Html Css Color HEX #83870F Olive

📋 copy color: '#83870F'

red 131 ◦ green 135 ◦ blue 15

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

Shades of Olive #83870F

Tints of Olive #83870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.04%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 46.62%
G = 48.04%
B = 5.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#83870F (or 0x83870F) is known color: Olive. HEX triplet: 83, 87 and 0F. RGB value is (131,135,15). Sum of RGB (Red+Green+Blue) = 131+135+15=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #83870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83870F is #7C78F0. Grayscale: #787878. Windows color (decimal): -8157425 or 1017731. OLE color: 1017731.

HSL color Cylindrical-coordinate representation of color #83870F: hue angle of 62º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83870F is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 15 -
CMYK 0.03 0 0.89 0.47
HSL 62º 0.8% 0.29% -
HSV(B) 62º 0.89% 0.53% -
XYZ 18.11 22.19 3.78 -
YUV 120.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 131 135 15 0.03 0 0.89 0.47 62 0.8 0.29
Hex 83 87 F 3 0 59 2F 3E 50 1D
Octal 203 207 17 3 0 131 57 76 120 35
Binary 10000011 10000111 1111 11 0 1011001 101111 111110 1010000 11101

Color Harmonies of #83870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83870F

Black with #83870F

Text Example


Text Example

White with #83870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83870F; }

 p { color: rgb(131,135,15); }

 H1.HeaderClassName
 {
   color: #83870F;
 }
 .AnyTagClassName
 {
   color: #83870F;
 }
</style>

background-color css

<style>
 a { background-color: #83870F; }

 a { background-color: rgb(131,135,15); }

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

border-color css

<style>
 span { border-color: #83870F; }

 span { border-color: rgb(131,135,15); }

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