Html Css Color HEX #818309 Olive

📋 copy color: '#818309'

red 129 ◦ green 131 ◦ blue 9

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

Shades of Olive #818309

Tints of Olive #818309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.7%

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

R = 47.96%
G = 48.7%
B = 3.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#818309 (or 0x818309) is known color: Olive. HEX triplet: 81, 83 and 09. RGB value is (129,131,9). Sum of RGB (Red+Green+Blue) = 129+131+9=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #818309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818309 is #7E7CF6. Grayscale: #747474. Windows color (decimal): -8289527 or 623489. OLE color: 623489.

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

Color convert

RGB 129 131 9 -
CMYK 0.02 0 0.93 0.49
HSL 60.98º 0.87% 0.27% -
HSV(B) 60.98º 0.93% 0.51% -
XYZ 17.22 20.92 3.39 -
YUV 116.49 67.34 136.92 -
System Red Green Blue C M Y K H S L
Decimal 129 131 9 0.02 0 0.93 0.49 60.98 0.87 0.27
Hex 81 83 9 2 0 5D 31 3D 57 1B
Octal 201 203 11 2 0 135 61 75 127 33
Binary 10000001 10000011 1001 10 0 1011101 110001 111101 1010111 11011

Color Harmonies of #818309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818309

Black with #818309

Text Example


Text Example

White with #818309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818309; }

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

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

background-color css

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

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

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

border-color css

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

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

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