Html Css Color HEX #71760D Olive

📋 copy color: '#71760D'

red 113 ◦ green 118 ◦ blue 13

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

Shades of Olive #71760D

Tints of Olive #71760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 46.31%
G = 48.36%
B = 5.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#71760D (or 0x71760D) is known color: Olive. HEX triplet: 71, 76 and 0D. RGB value is (113,118,13). Sum of RGB (Red+Green+Blue) = 113+118+13=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #71760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71760D is #8E89F2. Grayscale: #686868. Windows color (decimal): -9341427 or 882289. OLE color: 882289.

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

Color convert

RGB 113 118 13 -
CMYK 0.04 0 0.89 0.54
HSL 62.86º 0.8% 0.26% -
HSV(B) 62.86º 0.89% 0.46% -
XYZ 13.36 16.5 2.86 -
YUV 104.54 76.34 134.04 -
System Red Green Blue C M Y K H S L
Decimal 113 118 13 0.04 0 0.89 0.54 62.86 0.8 0.26
Hex 71 76 D 4 0 59 36 3F 50 1A
Octal 161 166 15 4 0 131 66 77 120 32
Binary 1110001 1110110 1101 100 0 1011001 110110 111111 1010000 11010

Color Harmonies of #71760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71760D

Black with #71760D

Text Example


Text Example

White with #71760D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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