Html Css Color HEX #837D09 Olive

📋 copy color: '#837D09'

red 131 ◦ green 125 ◦ blue 9

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

Shades of Olive #837D09

Tints of Olive #837D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.17%

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

R = 49.43%
G = 47.17%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#837D09 (or 0x837D09) is known color: Olive. HEX triplet: 83, 7D and 09. RGB value is (131,125,9). Sum of RGB (Red+Green+Blue) = 131+125+9=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #837D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837D09 is #7C82F6. Grayscale: #727272. Windows color (decimal): -8159991 or 621955. OLE color: 621955.

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

Color convert

RGB 131 125 9 -
CMYK 0 0.05 0.93 0.49
HSL 57.05º 0.87% 0.27% -
HSV(B) 57.05º 0.93% 0.51% -
XYZ 16.74 19.51 3.14 -
YUV 113.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 131 125 9 0 0.05 0.93 0.49 57.05 0.87 0.27
Hex 83 7D 9 0 5 5D 31 39 57 1B
Octal 203 175 11 0 5 135 61 71 127 33
Binary 10000011 1111101 1001 0 101 1011101 110001 111001 1010111 11011

Color Harmonies of #837D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D09

Black with #837D09

Text Example


Text Example

White with #837D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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