Html Css Color HEX #96CC6D Olivine

📋 copy color: '#96CC6D'

red 150 ◦ green 204 ◦ blue 109

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

Shades of Olivine #96CC6D

Tints of Olivine #96CC6D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 32.4%
G = 44.06%
B = 23.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#96CC6D (or 0x96CC6D) is known color: Olivine. HEX triplet: 96, CC and 6D. RGB value is (150,204,109). Sum of RGB (Red+Green+Blue) = 150+204+109=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC6D is #693392. Grayscale: #B1B1B1. Windows color (decimal): -6894483 or 7195798. OLE color: 7195798.

HSL color Cylindrical-coordinate representation of color #96CC6D: hue angle of 94.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96CC6D is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 109 -
CMYK 0.26 0 0.47 0.2
HSL 94.11º 0.48% 0.61% -
HSV(B) 94.11º 0.47% 0.8% -
XYZ 36.93 50.77 22.32 -
YUV 177.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 150 204 109 0.26 0 0.47 0.2 94.11 0.48 0.61
Hex 96 CC 6D 1A 0 2F 14 5E 30 3D
Octal 226 314 155 32 0 57 24 136 60 75
Binary 10010110 11001100 1101101 11010 0 101111 10100 1011110 110000 111101

Color Harmonies of #96CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC6D

Black with #96CC6D

Text Example


Text Example

White with #96CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,109); }

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

background-color css

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

 a { background-color: rgb(150,204,109); }

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

border-color css

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

 span { border-color: rgb(150,204,109); }

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