#97CA64

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

Shades of Olivine #97CA64

Tints of Olivine #97CA64

Color information

#97CA64 (or 0x97CA64) is unknown color: approx Olivine. HEX triplet: 97, CA and 64. RGB value is (151,202,100). Sum of RGB (Red+Green+Blue) = 151+202+100=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA64 is #68359B. Grayscale: #AFAFAF. Windows color (decimal): -6829468 or 6605463. OLE color: 6605463.

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

Color convert

RGB151202100-
CMYK0.2500.500.21
HSL90º49.04%59.22%-
HSV(B)90º50.5%79.22%-
XYZ36.1849.7419.75-
YUV175.1285.6110.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=33.33%
G=44.59%
B=22.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512021000.2500.500.219049.0459.22
Hex97CA6419032155a313b
Octal22731214431062251326173
Binary10010111110010101100100110010110010101011011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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