Html Css Color HEX #71760E Olive

📋 copy color: '#71760E'

red 113 ◦ green 118 ◦ blue 14

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

Shades of Olive #71760E

Tints of Olive #71760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 46.12%
G = 48.16%
B = 5.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#71760E (or 0x71760E) is known color: Olive. HEX triplet: 71, 76 and 0E. RGB value is (113,118,14). Sum of RGB (Red+Green+Blue) = 113+118+14=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #71760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71760E is #8E89F1. Grayscale: #696969. Windows color (decimal): -9341426 or 947825. OLE color: 947825.

HSL color Cylindrical-coordinate representation of color #71760E: hue angle of 62.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71760E is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 14 -
CMYK 0.04 0 0.88 0.54
HSL 62.88º 0.79% 0.26% -
HSV(B) 62.88º 0.88% 0.46% -
XYZ 13.37 16.5 2.9 -
YUV 104.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 113 118 14 0.04 0 0.88 0.54 62.88 0.79 0.26
Hex 71 76 E 4 0 58 36 3F 4F 1A
Octal 161 166 16 4 0 130 66 77 117 32
Binary 1110001 1110110 1110 100 0 1011000 110110 111111 1001111 11010

Color Harmonies of #71760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71760E

Black with #71760E

Text Example


Text Example

White with #71760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71760E; }

 p { color: rgb(113,118,14); }

 H1.HeaderClassName
 {
   color: #71760E;
 }
 .AnyTagClassName
 {
   color: #71760E;
 }
</style>

background-color css

<style>
 a { background-color: #71760E; }

 a { background-color: rgb(113,118,14); }

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

border-color css

<style>
 span { border-color: #71760E; }

 span { border-color: rgb(113,118,14); }

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