Html Css Color HEX #71810A Olive

📋 copy color: '#71810A'

red 113 ◦ green 129 ◦ blue 10

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

Shades of Olive #71810A

Tints of Olive #71810A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 44.84%
G = 51.19%
B = 3.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#71810A (or 0x71810A) is known color: Olive. HEX triplet: 71, 81 and 0A. RGB value is (113,129,10). Sum of RGB (Red+Green+Blue) = 113+129+10=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #71810A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71810A is #8E7EF5. Grayscale: #6F6F6F. Windows color (decimal): -9338614 or 688497. OLE color: 688497.

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

Color convert

RGB 113 129 10 -
CMYK 0.12 0 0.92 0.49
HSL 68.07º 0.86% 0.27% -
HSV(B) 68.07º 0.92% 0.51% -
XYZ 14.72 19.23 3.22 -
YUV 110.65 71.2 129.68 -
System Red Green Blue C M Y K H S L
Decimal 113 129 10 0.12 0 0.92 0.49 68.07 0.86 0.27
Hex 71 81 A C 0 5C 31 44 56 1B
Octal 161 201 12 14 0 134 61 104 126 33
Binary 1110001 10000001 1010 1100 0 1011100 110001 1000100 1010110 11011

Color Harmonies of #71810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71810A

Black with #71810A

Text Example


Text Example

White with #71810A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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