Html Css Color HEX #71810B Olive

📋 copy color: '#71810B'

red 113 ◦ green 129 ◦ blue 11

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

Shades of Olive #71810B

Tints of Olive #71810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.99%

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

R = 44.66%
G = 50.99%
B = 4.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#71810B (or 0x71810B) is known color: Olive. HEX triplet: 71, 81 and 0B. RGB value is (113,129,11). Sum of RGB (Red+Green+Blue) = 113+129+11=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #71810B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71810B is #8E7EF4. Grayscale: #6F6F6F. Windows color (decimal): -9338613 or 754033. OLE color: 754033.

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

Color convert

RGB 113 129 11 -
CMYK 0.12 0 0.91 0.49
HSL 68.14º 0.84% 0.27% -
HSV(B) 68.14º 0.91% 0.51% -
XYZ 14.72 19.24 3.25 -
YUV 110.76 71.7 129.59 -
System Red Green Blue C M Y K H S L
Decimal 113 129 11 0.12 0 0.91 0.49 68.14 0.84 0.27
Hex 71 81 B C 0 5B 31 44 54 1B
Octal 161 201 13 14 0 133 61 104 124 33
Binary 1110001 10000001 1011 1100 0 1011011 110001 1000100 1010100 11011

Color Harmonies of #71810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71810B

Black with #71810B

Text Example


Text Example

White with #71810B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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