Html Css Color HEX #71880A Olive

📋 copy color: '#71880A'

red 113 ◦ green 136 ◦ blue 10

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

Shades of Olive #71880A

Tints of Olive #71880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.51%

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

R = 43.63%
G = 52.51%
B = 3.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#71880A (or 0x71880A) is known color: Olive. HEX triplet: 71, 88 and 0A. RGB value is (113,136,10). Sum of RGB (Red+Green+Blue) = 113+136+10=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #71880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71880A is #8E77F5. Grayscale: #737373. Windows color (decimal): -9336822 or 690289. OLE color: 690289.

HSL color Cylindrical-coordinate representation of color #71880A: hue angle of 70.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71880A is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 10 -
CMYK 0.17 0 0.93 0.47
HSL 70.95º 0.86% 0.29% -
HSV(B) 70.95º 0.93% 0.53% -
XYZ 15.67 21.14 3.54 -
YUV 114.76 68.88 126.75 -
System Red Green Blue C M Y K H S L
Decimal 113 136 10 0.17 0 0.93 0.47 70.95 0.86 0.29
Hex 71 88 A 11 0 5D 2F 47 56 1D
Octal 161 210 12 21 0 135 57 107 126 35
Binary 1110001 10001000 1010 10001 0 1011101 101111 1000111 1010110 11101

Color Harmonies of #71880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71880A

Black with #71880A

Text Example


Text Example

White with #71880A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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