Html Css Color HEX #96C76E Olivine

📋 copy color: '#96C76E'

red 150 ◦ green 199 ◦ blue 110

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

Shades of Olivine #96C76E

Tints of Olivine #96C76E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.36%

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 32.68%
G = 43.36%
B = 23.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#96C76E (or 0x96C76E) is known color: Olivine. HEX triplet: 96, C7 and 6E. RGB value is (150,199,110). Sum of RGB (Red+Green+Blue) = 150+199+110=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #96C76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C76E is #693891. Grayscale: #AEAEAE. Windows color (decimal): -6895762 or 7260054. OLE color: 7260054.

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

Color convert

RGB 150 199 110 -
CMYK 0.25 0 0.45 0.22
HSL 93.03º 0.44% 0.61% -
HSV(B) 93.03º 0.45% 0.78% -
XYZ 35.82 48.46 22.22 -
YUV 174.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 150 199 110 0.25 0 0.45 0.22 93.03 0.44 0.61
Hex 96 C7 6E 19 0 2D 16 5D 2C 3D
Octal 226 307 156 31 0 55 26 135 54 75
Binary 10010110 11000111 1101110 11001 0 101101 10110 1011101 101100 111101

Color Harmonies of #96C76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C76E

Black with #96C76E

Text Example


Text Example

White with #96C76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,199,110); }

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

background-color css

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

 a { background-color: rgb(150,199,110); }

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

border-color css

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

 span { border-color: rgb(150,199,110); }

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