Html Css Color HEX #96D067 Olivine

📋 copy color: '#96D067'

red 150 ◦ green 208 ◦ blue 103

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

Shades of Olivine #96D067

Tints of Olivine #96D067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.34%

R = 32.54%
G = 45.12%
B = 22.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#96D067 (or 0x96D067) is known color: Olivine. HEX triplet: 96, D0 and 67. RGB value is (150,208,103). Sum of RGB (Red+Green+Blue) = 150+208+103=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #96D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D067 is #692F98. Grayscale: #B3B3B3. Windows color (decimal): -6893465 or 6803606. OLE color: 6803606.

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

Color convert

RGB 150 208 103 -
CMYK 0.28 0 0.50 0.18
HSL 93.14º 0.53% 0.61% -
HSV(B) 93.14º 0.5% 0.82% -
XYZ 37.58 52.58 21 -
YUV 178.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 150 208 103 0.28 0 0.50 0.18 93.14 0.53 0.61
Hex 96 D0 67 1C 0 32 12 5D 35 3D
Octal 226 320 147 34 0 62 22 135 65 75
Binary 10010110 11010000 1100111 11100 0 110010 10010 1011101 110101 111101

Color Harmonies of #96D067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D067

Black with #96D067

Text Example


Text Example

White with #96D067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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