Html Css Color HEX #968809 Olive

📋 copy color: '#968809'

red 150 ◦ green 136 ◦ blue 9

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

Shades of Olive #968809

Tints of Olive #968809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

 BLUE value IS 9 (3.91% from 255) = 3.05%

R = 50.85%
G = 46.1%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#968809 (or 0x968809) is known color: Olive. HEX triplet: 96, 88 and 09. RGB value is (150,136,9). Sum of RGB (Red+Green+Blue) = 150+136+9=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #968809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968809 is #6977F6. Grayscale: #7E7E7E. Windows color (decimal): -6911991 or 624790. OLE color: 624790.

HSL color Cylindrical-coordinate representation of color #968809: hue angle of 54.04º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #968809 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 9 -
CMYK 0 0.09 0.94 0.41
HSL 54.04º 0.89% 0.31% -
HSV(B) 54.04º 0.94% 0.59% -
XYZ 21.43 24.11 3.78 -
YUV 125.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 150 136 9 0 0.09 0.94 0.41 54.04 0.89 0.31
Hex 96 88 9 0 9 5E 29 36 59 1F
Octal 226 210 11 0 11 136 51 66 131 37
Binary 10010110 10001000 1001 0 1001 1011110 101001 110110 1011001 11111

Color Harmonies of #968809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968809

Black with #968809

Text Example


Text Example

White with #968809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968809; }

 p { color: rgb(150,136,9); }

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

background-color css

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

 a { background-color: rgb(150,136,9); }

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

border-color css

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

 span { border-color: rgb(150,136,9); }

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