Html Css Color HEX #71820B Olive

📋 copy color: '#71820B'

red 113 ◦ green 130 ◦ blue 11

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

Shades of Olive #71820B

Tints of Olive #71820B

RGB

 RED value IS 113 (44.53% from 255) = 44.49%

 GREEN value IS 130 (51.17% from 255) = 51.18%

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 44.49%
G = 51.18%
B = 4.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#71820B (or 0x71820B) is known color: Olive. HEX triplet: 71, 82 and 0B. RGB value is (113,130,11). Sum of RGB (Red+Green+Blue) = 113+130+11=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #71820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71820B is #8E7DF4. Grayscale: #6F6F6F. Windows color (decimal): -9338357 or 754289. OLE color: 754289.

HSL color Cylindrical-coordinate representation of color #71820B: hue angle of 68.57º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71820B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 11 -
CMYK 0.13 0 0.92 0.49
HSL 68.57º 0.84% 0.28% -
HSV(B) 68.57º 0.92% 0.51% -
XYZ 14.85 19.5 3.3 -
YUV 111.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 113 130 11 0.13 0 0.92 0.49 68.57 0.84 0.28
Hex 71 82 B D 0 5C 31 45 54 1C
Octal 161 202 13 15 0 134 61 105 124 34
Binary 1110001 10000010 1011 1101 0 1011100 110001 1000101 1010100 11100

Color Harmonies of #71820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71820B

Black with #71820B

Text Example


Text Example

White with #71820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71820B; }

 p { color: rgb(113,130,11); }

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

background-color css

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

 a { background-color: rgb(113,130,11); }

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

border-color css

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

 span { border-color: rgb(113,130,11); }

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