Html Css Color HEX #838711 Olive

📋 copy color: '#838711'

red 131 ◦ green 135 ◦ blue 17

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

Shades of Olive #838711

Tints of Olive #838711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.01%

R = 46.29%
G = 47.7%
B = 6.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#838711 (or 0x838711) is known color: Olive. HEX triplet: 83, 87 and 11. RGB value is (131,135,17). Sum of RGB (Red+Green+Blue) = 131+135+17=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #838711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838711 is #7C78EE. Grayscale: #787878. Windows color (decimal): -8157423 or 1148803. OLE color: 1148803.

HSL color Cylindrical-coordinate representation of color #838711: hue angle of 62.03º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #838711 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 17 -
CMYK 0.03 0 0.87 0.47
HSL 62.03º 0.78% 0.3% -
HSV(B) 62.03º 0.87% 0.53% -
XYZ 18.13 22.19 3.86 -
YUV 120.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 131 135 17 0.03 0 0.87 0.47 62.03 0.78 0.3
Hex 83 87 11 3 0 57 2F 3E 4E 1E
Octal 203 207 21 3 0 127 57 76 116 36
Binary 10000011 10000111 10001 11 0 1010111 101111 111110 1001110 11110

Color Harmonies of #838711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838711

Black with #838711

Text Example


Text Example

White with #838711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838711; }

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

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

background-color css

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

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

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

border-color css

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

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

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