Html Css Color HEX #71720A Olive

📋 copy color: '#71720A'

red 113 ◦ green 114 ◦ blue 10

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

Shades of Olive #71720A

Tints of Olive #71720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

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

R = 47.68%
G = 48.1%
B = 4.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#71720A (or 0x71720A) is known color: Olive. HEX triplet: 71, 72 and 0A. RGB value is (113,114,10). Sum of RGB (Red+Green+Blue) = 113+114+10=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #71720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71720A is #8E8DF5. Grayscale: #666666. Windows color (decimal): -9342454 or 684657. OLE color: 684657.

HSL color Cylindrical-coordinate representation of color #71720A: hue angle of 60.58º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71720A is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 10 -
CMYK 0.01 0 0.91 0.55
HSL 60.58º 0.84% 0.24% -
HSV(B) 60.58º 0.91% 0.45% -
XYZ 12.88 15.57 2.61 -
YUV 101.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 113 114 10 0.01 0 0.91 0.55 60.58 0.84 0.24
Hex 71 72 A 1 0 5B 37 3D 54 18
Octal 161 162 12 1 0 133 67 75 124 30
Binary 1110001 1110010 1010 1 0 1011011 110111 111101 1010100 11000

Color Harmonies of #71720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71720A

Black with #71720A

Text Example


Text Example

White with #71720A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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