Html Css Color HEX #96D066 Olivine

📋 copy color: '#96D066'

red 150 ◦ green 208 ◦ blue 102

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

Shades of Olivine #96D066

Tints of Olivine #96D066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

 BLUE value IS 102 (40.23% from 255) = 22.17%

R = 32.61%
G = 45.22%
B = 22.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#96D066 (or 0x96D066) is known color: Olivine. HEX triplet: 96, D0 and 66. RGB value is (150,208,102). Sum of RGB (Red+Green+Blue) = 150+208+102=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #96D066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D066 is #692F99. Grayscale: #B2B2B2. Windows color (decimal): -6893466 or 6738070. OLE color: 6738070.

HSL color Cylindrical-coordinate representation of color #96D066: hue angle of 92.83º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D066 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 102 -
CMYK 0.28 0 0.51 0.18
HSL 92.83º 0.53% 0.61% -
HSV(B) 92.83º 0.51% 0.82% -
XYZ 37.53 52.56 20.74 -
YUV 178.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 150 208 102 0.28 0 0.51 0.18 92.83 0.53 0.61
Hex 96 D0 66 1C 0 33 12 5D 35 3D
Octal 226 320 146 34 0 63 22 135 65 75
Binary 10010110 11010000 1100110 11100 0 110011 10010 1011101 110101 111101

Color Harmonies of #96D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D066

Black with #96D066

Text Example


Text Example

White with #96D066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,102); }

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

background-color css

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

 a { background-color: rgb(150,208,102); }

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

border-color css

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

 span { border-color: rgb(150,208,102); }

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