Html Css Color HEX #96B569 Olivine

📋 copy color: '#96B569'

red 150 ◦ green 181 ◦ blue 105

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

Shades of Olivine #96B569

Tints of Olivine #96B569

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.51%

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

R = 34.4%
G = 41.51%
B = 24.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#96B569 (or 0x96B569) is known color: Olivine. HEX triplet: 96, B5 and 69. RGB value is (150,181,105). Sum of RGB (Red+Green+Blue) = 150+181+105=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #96B569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B569 is #694A96. Grayscale: #A3A3A3. Windows color (decimal): -6900375 or 6927766. OLE color: 6927766.

HSL color Cylindrical-coordinate representation of color #96B569: hue angle of 84.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96B569 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 105 -
CMYK 0.17 0 0.42 0.29
HSL 84.47º 0.34% 0.56% -
HSV(B) 84.47º 0.42% 0.71% -
XYZ 31.65 40.55 19.52 -
YUV 163.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 150 181 105 0.17 0 0.42 0.29 84.47 0.34 0.56
Hex 96 B5 69 11 0 2A 1D 54 22 38
Octal 226 265 151 21 0 52 35 124 42 70
Binary 10010110 10110101 1101001 10001 0 101010 11101 1010100 100010 111000

Color Harmonies of #96B569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B569

Black with #96B569

Text Example


Text Example

White with #96B569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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