Html Css Color HEX #96C074 Olivine

📋 copy color: '#96C074'

red 150 ◦ green 192 ◦ blue 116

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

Shades of Olivine #96C074

Tints of Olivine #96C074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

 BLUE value IS 116 (45.7% from 255) = 25.33%

R = 32.75%
G = 41.92%
B = 25.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#96C074 (or 0x96C074) is known color: Olivine. HEX triplet: 96, C0 and 74. RGB value is (150,192,116). Sum of RGB (Red+Green+Blue) = 150+192+116=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #96C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C074 is #693F8B. Grayscale: #ABABAB. Windows color (decimal): -6897548 or 7651478. OLE color: 7651478.

HSL color Cylindrical-coordinate representation of color #96C074: hue angle of 93.16º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C074 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 116 -
CMYK 0.22 0 0.40 0.25
HSL 93.16º 0.38% 0.6% -
HSV(B) 93.16º 0.4% 0.75% -
XYZ 34.58 45.44 23.47 -
YUV 170.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 150 192 116 0.22 0 0.40 0.25 93.16 0.38 0.6
Hex 96 C0 74 16 0 28 19 5D 26 3C
Octal 226 300 164 26 0 50 31 135 46 74
Binary 10010110 11000000 1110100 10110 0 101000 11001 1011101 100110 111100

Color Harmonies of #96C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C074

Black with #96C074

Text Example


Text Example

White with #96C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,116); }

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

background-color css

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

 a { background-color: rgb(150,192,116); }

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

border-color css

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

 span { border-color: rgb(150,192,116); }

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