Html Css Color HEX #96C669 Olivine

📋 copy color: '#96C669'

red 150 ◦ green 198 ◦ blue 105

#96C669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #96C669

Tints of Olivine #96C669

RGB

 RED value IS 150 (58.98% from 255) = 33.11%

 GREEN value IS 198 (77.73% from 255) = 43.71%

 BLUE value IS 105 (41.41% from 255) = 23.18%

R = 33.11%
G = 43.71%
B = 23.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#96C669 (or 0x96C669) is known color: Olivine. HEX triplet: 96, C6 and 69. RGB value is (150,198,105). Sum of RGB (Red+Green+Blue) = 150+198+105=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #96C669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C669 is #693996. Grayscale: #ADADAD. Windows color (decimal): -6896023 or 6932118. OLE color: 6932118.

HSL color Cylindrical-coordinate representation of color #96C669: hue angle of 90.97º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96C669 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 105 -
CMYK 0.24 0 0.47 0.22
HSL 90.97º 0.45% 0.59% -
HSV(B) 90.97º 0.47% 0.78% -
XYZ 35.32 47.89 20.75 -
YUV 173.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 150 198 105 0.24 0 0.47 0.22 90.97 0.45 0.59
Hex 96 C6 69 18 0 2F 16 5B 2D 3B
Octal 226 306 151 30 0 57 26 133 55 73
Binary 10010110 11000110 1101001 11000 0 101111 10110 1011011 101101 111011

Color Harmonies of #96C669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C669

Black with #96C669

Text Example


Text Example

White with #96C669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C669; }

 p { color: rgb(150,198,105); }

 H1.HeaderClassName
 {
   color: #96C669;
 }
 .AnyTagClassName
 {
   color: #96C669;
 }
</style>

background-color css

<style>
 a { background-color: #96C669; }

 a { background-color: rgb(150,198,105); }

 div.DivClassName
 {
   background-color: #96C669;
 }
 .BgClassName
 {
   background-color: #96C669;
 }
</style>

border-color css

<style>
 span { border-color: #96C669; }

 span { border-color: rgb(150,198,105); }

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