Html Css Color HEX #96C07A Olivine

📋 copy color: '#96C07A'

red 150 ◦ green 192 ◦ blue 122

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

Shades of Olivine #96C07A

Tints of Olivine #96C07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 32.33%
G = 41.38%
B = 26.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#96C07A (or 0x96C07A) is known color: Olivine. HEX triplet: 96, C0 and 7A. RGB value is (150,192,122). Sum of RGB (Red+Green+Blue) = 150+192+122=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #96C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C07A is #693F85. Grayscale: #ABABAB. Windows color (decimal): -6897542 or 8044694. OLE color: 8044694.

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

Color convert

RGB 150 192 122 -
CMYK 0.22 0 0.36 0.25
HSL 96º 0.36% 0.62% -
HSV(B) 96º 0.36% 0.75% -
XYZ 34.94 45.59 25.37 -
YUV 171.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 150 192 122 0.22 0 0.36 0.25 96 0.36 0.62
Hex 96 C0 7A 16 0 24 19 60 24 3E
Octal 226 300 172 26 0 44 31 140 44 76
Binary 10010110 11000000 1111010 10110 0 100100 11001 1100000 100100 111110

Color Harmonies of #96C07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C07A

Black with #96C07A

Text Example


Text Example

White with #96C07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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