Html Css Color HEX #96C07C Olivine

📋 copy color: '#96C07C'

red 150 ◦ green 192 ◦ blue 124

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

Shades of Olivine #96C07C

Tints of Olivine #96C07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 32.19%
G = 41.2%
B = 26.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#96C07C (or 0x96C07C) is known color: Olivine. HEX triplet: 96, C0 and 7C. RGB value is (150,192,124). Sum of RGB (Red+Green+Blue) = 150+192+124=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #96C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C07C is #693F83. Grayscale: #ABABAB. Windows color (decimal): -6897540 or 8175766. OLE color: 8175766.

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

Color convert

RGB 150 192 124 -
CMYK 0.22 0 0.35 0.25
HSL 97.06º 0.35% 0.62% -
HSV(B) 97.06º 0.35% 0.75% -
XYZ 35.07 45.64 26.03 -
YUV 171.69 101.09 112.53 -
System Red Green Blue C M Y K H S L
Decimal 150 192 124 0.22 0 0.35 0.25 97.06 0.35 0.62
Hex 96 C0 7C 16 0 23 19 61 23 3E
Octal 226 300 174 26 0 43 31 141 43 76
Binary 10010110 11000000 1111100 10110 0 100011 11001 1100001 100011 111110

Color Harmonies of #96C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C07C

Black with #96C07C

Text Example


Text Example

White with #96C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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