#97CC66

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

Shades of Olivine #97CC66

Tints of Olivine #97CC66

Color information

#97CC66 (or 0x97CC66) is unknown color: approx Olivine. HEX triplet: 97, CC and 66. RGB value is (151,204,102). Sum of RGB (Red+Green+Blue) = 151+204+102=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CC66 is #683399. Grayscale: #B0B0B0. Windows color (decimal): -6828954 or 6737047. OLE color: 6737047.

HSL color Cylindrical-coordinate representation of color #97CC66: hue angle of 91.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97CC66 is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB151204102-
CMYK0.2600.50.2
HSL91.18º50%60%-
HSV(B)91.18º50%80%-
XYZ36.7550.7220.42-
YUV176.5285.94109.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 204 (80.08% from 255) = 44.64%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=33.04%
G=44.64%
B=22.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041020.2600.50.291.185060
Hex97CC661A032145b323c
Octal22731414632062241336274
Binary10010111110011001100110110100110010101001011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,204,102); }

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

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

 a { background-color: rgb(151,204,102); }

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

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

 span { border-color: rgb(151,204,102); }

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