Html Css Color HEX #96D069 Olivine

📋 copy color: '#96D069'

red 150 ◦ green 208 ◦ blue 105

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

Shades of Olivine #96D069

Tints of Olivine #96D069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 32.4%
G = 44.92%
B = 22.68%

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

#96D069 (or 0x96D069) is known color: Olivine. HEX triplet: 96, D0 and 69. RGB value is (150,208,105). Sum of RGB (Red+Green+Blue) = 150+208+105=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #96D069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D069 is #692F96. Grayscale: #B3B3B3. Windows color (decimal): -6893463 or 6934678. OLE color: 6934678.

HSL color Cylindrical-coordinate representation of color #96D069: hue angle of 93.79º degrees, saturation: 0.52, 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 #96D069 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 105 -
CMYK 0.28 0 0.50 0.18
HSL 93.79º 0.52% 0.61% -
HSV(B) 93.79º 0.5% 0.82% -
XYZ 37.68 52.62 21.53 -
YUV 178.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 150 208 105 0.28 0 0.50 0.18 93.79 0.52 0.61
Hex 96 D0 69 1C 0 32 12 5E 34 3D
Octal 226 320 151 34 0 62 22 136 64 75
Binary 10010110 11010000 1101001 11100 0 110010 10010 1011110 110100 111101

Color Harmonies of #96D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D069

Black with #96D069

Text Example


Text Example

White with #96D069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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