Html Css Color HEX #968409 Olive

📋 copy color: '#968409'

red 150 ◦ green 132 ◦ blue 9

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

Shades of Olive #968409

Tints of Olive #968409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

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

R = 51.55%
G = 45.36%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#968409 (or 0x968409) is known color: Olive. HEX triplet: 96, 84 and 09. RGB value is (150,132,9). Sum of RGB (Red+Green+Blue) = 150+132+9=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #968409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968409 is #697BF6. Grayscale: #7B7B7B. Windows color (decimal): -6913015 or 623766. OLE color: 623766.

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

Color convert

RGB 150 132 9 -
CMYK 0 0.12 0.94 0.41
HSL 52.34º 0.89% 0.31% -
HSV(B) 52.34º 0.94% 0.59% -
XYZ 20.88 23.01 3.6 -
YUV 123.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 150 132 9 0 0.12 0.94 0.41 52.34 0.89 0.31
Hex 96 84 9 0 C 5E 29 34 59 1F
Octal 226 204 11 0 14 136 51 64 131 37
Binary 10010110 10000100 1001 0 1100 1011110 101001 110100 1011001 11111

Color Harmonies of #968409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968409

Black with #968409

Text Example


Text Example

White with #968409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968409; }

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

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

background-color css

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

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

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

border-color css

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

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

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