Html Css Color HEX #96C869 Olivine

📋 copy color: '#96C869'

red 150 ◦ green 200 ◦ blue 105

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

Shades of Olivine #96C869

Tints of Olivine #96C869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

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

R = 32.97%
G = 43.96%
B = 23.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#96C869 (or 0x96C869) is known color: Olivine. HEX triplet: 96, C8 and 69. RGB value is (150,200,105). Sum of RGB (Red+Green+Blue) = 150+200+105=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #96C869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C869 is #693796. Grayscale: #AEAEAE. Windows color (decimal): -6895511 or 6932630. OLE color: 6932630.

HSL color Cylindrical-coordinate representation of color #96C869: hue angle of 91.58º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96C869 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 105 -
CMYK 0.25 0 0.48 0.22
HSL 91.58º 0.46% 0.6% -
HSV(B) 91.58º 0.48% 0.78% -
XYZ 35.78 48.81 20.9 -
YUV 174.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 150 200 105 0.25 0 0.48 0.22 91.58 0.46 0.6
Hex 96 C8 69 19 0 30 16 5C 2E 3C
Octal 226 310 151 31 0 60 26 134 56 74
Binary 10010110 11001000 1101001 11001 0 110000 10110 1011100 101110 111100

Color Harmonies of #96C869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C869

Black with #96C869

Text Example


Text Example

White with #96C869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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