#97CA63

Color #97CA63 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #97CA63

Tints of Olivine #97CA63

Color information

#97CA63 (or 0x97CA63) is unknown color: approx Olivine. HEX triplet: 97, CA and 63. RGB value is (151,202,99). Sum of RGB (Red+Green+Blue) = 151+202+99=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA63 is #68359C. Grayscale: #AFAFAF. Windows color (decimal): -6829469 or 6539927. OLE color: 6539927.

HSL color Cylindrical-coordinate representation of color #97CA63: hue angle of 89.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97CA63 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB15120299-
CMYK0.2500.510.21
HSL89.71º49.28%59.02%-
HSV(B)89.71º50.99%79.22%-
XYZ36.1449.7219.5-
YUV175.0185.1110.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=33.41%
G=44.69%
B=21.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151202990.2500.510.2189.7149.2859.02
Hex97CA6319033155a313b
Octal22731214331063251326173
Binary10010111110010101100011110010110011101011011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97CA63; }

 p { color: rgb(151,202,99); }

 H1.HeaderClassName
 {
   color: #97CA63;
 }
 .AnyTagClassName
 {
   color: #97CA63;
 }
</style>
background-color css

<style>
 a { background-color: #97CA63; }

 a { background-color: rgb(151,202,99); }

 div.DivClassName
 {
   background-color: #97CA63;
 }
 .BgClassName
 {
   background-color: #97CA63;
 }
</style>
border-color css

<style>
 span { border-color: #97CA63; }

 span { border-color: rgb(151,202,99); }

 td.TdClassName
 {
   border-color: #97CA63;
 }
 .TagClassName
 {
   border-color: #97CA63;
 }
</style>