Html Css Color HEX #837F07 Olive

📋 copy color: '#837F07'

red 131 ◦ green 127 ◦ blue 7

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

Shades of Olive #837F07

Tints of Olive #837F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 49.43%
G = 47.92%
B = 2.64%

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

#837F07 (or 0x837F07) is known color: Olive. HEX triplet: 83, 7F and 07. RGB value is (131,127,7). Sum of RGB (Red+Green+Blue) = 131+127+7=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #837F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F07 is #7C80F8. Grayscale: #727272. Windows color (decimal): -8159481 or 491395. OLE color: 491395.

HSL color Cylindrical-coordinate representation of color #837F07: hue angle of 58.06º degrees, saturation: 0.9, 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 #837F07 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 7 -
CMYK 0 0.03 0.95 0.49
HSL 58.06º 0.9% 0.27% -
HSV(B) 58.06º 0.95% 0.51% -
XYZ 16.99 20.02 3.17 -
YUV 114.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 131 127 7 0 0.03 0.95 0.49 58.06 0.9 0.27
Hex 83 7F 7 0 3 5F 31 3A 5A 1B
Octal 203 177 7 0 3 137 61 72 132 33
Binary 10000011 1111111 111 0 11 1011111 110001 111010 1011010 11011

Color Harmonies of #837F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F07

Black with #837F07

Text Example


Text Example

White with #837F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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