Html Css Color HEX #837A09 Olive

📋 copy color: '#837A09'

red 131 ◦ green 122 ◦ blue 9

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

Shades of Olive #837A09

Tints of Olive #837A09

RGB

 RED value IS 131 (51.56% from 255) = 50%

 GREEN value IS 122 (48.05% from 255) = 46.56%

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

R = 50%
G = 46.56%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#837A09 (or 0x837A09) is known color: Olive. HEX triplet: 83, 7A and 09. RGB value is (131,122,9). Sum of RGB (Red+Green+Blue) = 131+122+9=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #837A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837A09 is #7C85F6. Grayscale: #707070. Windows color (decimal): -8160759 or 621187. OLE color: 621187.

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

Color convert

RGB 131 122 9 -
CMYK 0 0.07 0.93 0.49
HSL 55.57º 0.87% 0.27% -
HSV(B) 55.57º 0.93% 0.51% -
XYZ 16.37 18.76 3.02 -
YUV 111.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 131 122 9 0 0.07 0.93 0.49 55.57 0.87 0.27
Hex 83 7A 9 0 7 5D 31 38 57 1B
Octal 203 172 11 0 7 135 61 70 127 33
Binary 10000011 1111010 1001 0 111 1011101 110001 111000 1010111 11011

Color Harmonies of #837A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A09

Black with #837A09

Text Example


Text Example

White with #837A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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