Html Css Color HEX #837F06 Olive

📋 copy color: '#837F06'

red 131 ◦ green 127 ◦ blue 6

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

Shades of Olive #837F06

Tints of Olive #837F06

RGB

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

 GREEN value IS 127 (50% from 255) = 48.11%

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 49.62%
G = 48.11%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#837F06 (or 0x837F06) is known color: Olive. HEX triplet: 83, 7F and 06. RGB value is (131,127,6). Sum of RGB (Red+Green+Blue) = 131+127+6=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #837F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F06 is #7C80F9. Grayscale: #727272. Windows color (decimal): -8159482 or 425859. OLE color: 425859.

HSL color Cylindrical-coordinate representation of color #837F06: hue angle of 58.08º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #837F06 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 6 -
CMYK 0 0.03 0.95 0.49
HSL 58.08º 0.91% 0.27% -
HSV(B) 58.08º 0.95% 0.51% -
XYZ 16.98 20.02 3.14 -
YUV 114.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 131 127 6 0 0.03 0.95 0.49 58.08 0.91 0.27
Hex 83 7F 6 0 3 5F 31 3A 5B 1B
Octal 203 177 6 0 3 137 61 72 133 33
Binary 10000011 1111111 110 0 11 1011111 110001 111010 1011011 11011

Color Harmonies of #837F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F06

Black with #837F06

Text Example


Text Example

White with #837F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,6); }

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

background-color css

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

 a { background-color: rgb(131,127,6); }

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

border-color css

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

 span { border-color: rgb(131,127,6); }

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