Html Css Color HEX #819509 Olive

📋 copy color: '#819509'

red 129 ◦ green 149 ◦ blue 9

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

Shades of Olive #819509

Tints of Olive #819509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.92%

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

R = 44.95%
G = 51.92%
B = 3.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#819509 (or 0x819509) is known color: Olive. HEX triplet: 81, 95 and 09. RGB value is (129,149,9). Sum of RGB (Red+Green+Blue) = 129+149+9=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #819509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819509 is #7E6AF6. Grayscale: #7F7F7F. Windows color (decimal): -8284919 or 628097. OLE color: 628097.

HSL color Cylindrical-coordinate representation of color #819509: hue angle of 68.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #819509 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 149 9 -
CMYK 0.13 0 0.94 0.42
HSL 68.57º 0.89% 0.31% -
HSV(B) 68.57º 0.94% 0.58% -
XYZ 19.85 26.18 4.27 -
YUV 127.06 61.37 129.38 -
System Red Green Blue C M Y K H S L
Decimal 129 149 9 0.13 0 0.94 0.42 68.57 0.89 0.31
Hex 81 95 9 D 0 5E 2A 45 59 1F
Octal 201 225 11 15 0 136 52 105 131 37
Binary 10000001 10010101 1001 1101 0 1011110 101010 1000101 1011001 11111

Color Harmonies of #819509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819509

Black with #819509

Text Example


Text Example

White with #819509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819509; }

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

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

background-color css

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

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

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

border-color css

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

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

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