Html Css Color HEX #818709 Olive

📋 copy color: '#818709'

red 129 ◦ green 135 ◦ blue 9

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

Shades of Olive #818709

Tints of Olive #818709

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

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

R = 47.25%
G = 49.45%
B = 3.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#818709 (or 0x818709) is known color: Olive. HEX triplet: 81, 87 and 09. RGB value is (129,135,9). Sum of RGB (Red+Green+Blue) = 129+135+9=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #818709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818709 is #7E78F6. Grayscale: #777777. Windows color (decimal): -8288503 or 624513. OLE color: 624513.

HSL color Cylindrical-coordinate representation of color #818709: hue angle of 62.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #818709 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 135 9 -
CMYK 0.04 0 0.93 0.47
HSL 62.86º 0.88% 0.28% -
HSV(B) 62.86º 0.93% 0.53% -
XYZ 17.77 22.01 3.57 -
YUV 118.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 129 135 9 0.04 0 0.93 0.47 62.86 0.88 0.28
Hex 81 87 9 4 0 5D 2F 3F 58 1C
Octal 201 207 11 4 0 135 57 77 130 34
Binary 10000001 10000111 1001 100 0 1011101 101111 111111 1011000 11100

Color Harmonies of #818709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818709

Black with #818709

Text Example


Text Example

White with #818709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818709; }

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

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

background-color css

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

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

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

border-color css

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

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

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