Html Css Color HEX #808309 Olive

📋 copy color: '#808309'

red 128 ◦ green 131 ◦ blue 9

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

Shades of Olive #808309

Tints of Olive #808309

RGB

 RED value IS 128 (50.39% from 255) = 47.76%

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

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

R = 47.76%
G = 48.88%
B = 3.36%

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

#808309 (or 0x808309) is known color: Olive. HEX triplet: 80, 83 and 09. RGB value is (128,131,9). Sum of RGB (Red+Green+Blue) = 128+131+9=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #808309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808309 is #7F7CF6. Grayscale: #747474. Windows color (decimal): -8355063 or 623488. OLE color: 623488.

HSL color Cylindrical-coordinate representation of color #808309: hue angle of 61.48º 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 #808309 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 9 -
CMYK 0.02 0 0.93 0.49
HSL 61.48º 0.87% 0.27% -
HSV(B) 61.48º 0.93% 0.51% -
XYZ 17.07 20.84 3.38 -
YUV 116.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 128 131 9 0.02 0 0.93 0.49 61.48 0.87 0.27
Hex 80 83 9 2 0 5D 31 3D 57 1B
Octal 200 203 11 2 0 135 61 75 127 33
Binary 10000000 10000011 1001 10 0 1011101 110001 111101 1010111 11011

Color Harmonies of #808309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808309

Black with #808309

Text Example


Text Example

White with #808309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808309; }

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

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

background-color css

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

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

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

border-color css

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

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

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