Html Css Color HEX #968109 Olive

📋 copy color: '#968109'

red 150 ◦ green 129 ◦ blue 9

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

Shades of Olive #968109

Tints of Olive #968109

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 52.08%
G = 44.79%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#968109 (or 0x968109) is known color: Olive. HEX triplet: 96, 81 and 09. RGB value is (150,129,9). Sum of RGB (Red+Green+Blue) = 150+129+9=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #968109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968109 is #697EF6. Grayscale: #7A7A7A. Windows color (decimal): -6913783 or 622998. OLE color: 622998.

HSL color Cylindrical-coordinate representation of color #968109: hue angle of 51.06º 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 #968109 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 9 -
CMYK 0 0.14 0.94 0.41
HSL 51.06º 0.89% 0.31% -
HSV(B) 51.06º 0.94% 0.59% -
XYZ 20.48 22.2 3.47 -
YUV 121.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 150 129 9 0 0.14 0.94 0.41 51.06 0.89 0.31
Hex 96 81 9 0 E 5E 29 33 59 1F
Octal 226 201 11 0 16 136 51 63 131 37
Binary 10010110 10000001 1001 0 1110 1011110 101001 110011 1011001 11111

Color Harmonies of #968109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968109

Black with #968109

Text Example


Text Example

White with #968109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968109; }

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

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

background-color css

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

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

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

border-color css

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

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

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