Html Css Color HEX #818409 Olive

📋 copy color: '#818409'

red 129 ◦ green 132 ◦ blue 9

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

Shades of Olive #818409

Tints of Olive #818409

RGB

 RED value IS 129 (50.78% from 255) = 47.78%

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

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

R = 47.78%
G = 48.89%
B = 3.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#818409 (or 0x818409) is known color: Olive. HEX triplet: 81, 84 and 09. RGB value is (129,132,9). Sum of RGB (Red+Green+Blue) = 129+132+9=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #818409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818409 is #7E7BF6. Grayscale: #757575. Windows color (decimal): -8289271 or 623745. OLE color: 623745.

HSL color Cylindrical-coordinate representation of color #818409: hue angle of 61.46º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #818409 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 9 -
CMYK 0.02 0 0.93 0.48
HSL 61.46º 0.87% 0.28% -
HSV(B) 61.46º 0.93% 0.52% -
XYZ 17.35 21.19 3.43 -
YUV 117.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 129 132 9 0.02 0 0.93 0.48 61.46 0.87 0.28
Hex 81 84 9 2 0 5D 30 3D 57 1C
Octal 201 204 11 2 0 135 60 75 127 34
Binary 10000001 10000100 1001 10 0 1011101 110000 111101 1010111 11100

Color Harmonies of #818409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818409

Black with #818409

Text Example


Text Example

White with #818409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818409; }

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

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

background-color css

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

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

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

border-color css

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

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

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