Html Css Color HEX #837F08 Olive

📋 copy color: '#837F08'

red 131 ◦ green 127 ◦ blue 8

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

Shades of Olive #837F08

Tints of Olive #837F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 49.25%
G = 47.74%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#837F08 (or 0x837F08) is known color: Olive. HEX triplet: 83, 7F and 08. RGB value is (131,127,8). Sum of RGB (Red+Green+Blue) = 131+127+8=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #837F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F08 is #7C80F7. Grayscale: #737373. Windows color (decimal): -8159480 or 556931. OLE color: 556931.

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

Color convert

RGB 131 127 8 -
CMYK 0 0.03 0.94 0.49
HSL 58.05º 0.88% 0.27% -
HSV(B) 58.05º 0.94% 0.51% -
XYZ 16.99 20.02 3.2 -
YUV 114.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 131 127 8 0 0.03 0.94 0.49 58.05 0.88 0.27
Hex 83 7F 8 0 3 5E 31 3A 58 1B
Octal 203 177 10 0 3 136 61 72 130 33
Binary 10000011 1111111 1000 0 11 1011110 110001 111010 1011000 11011

Color Harmonies of #837F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F08

Black with #837F08

Text Example


Text Example

White with #837F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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