#71750E

Color #71750E Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #71750E

Tints of Olive #71750E

Color information

#71750E (or 0x71750E) is unknown color: approx Olive. HEX triplet: 71, 75 and 0E. RGB value is (113,117,14). Sum of RGB (Red+Green+Blue) = 113+117+14=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #71750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71750E is #8E8AF1. Grayscale: #686868. Windows color (decimal): -9341682 or 947569. OLE color: 947569.

HSL color Cylindrical-coordinate representation of color #71750E: hue angle of 62.33º 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 #71750E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB11311714-
CMYK0.0300.880.54
HSL62.33º78.63%25.69%-
HSV(B)62.33º88.03%45.88%-
XYZ13.2516.262.86-
YUV104.0677.17134.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=46.31%
G=47.95%
B=5.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117140.0300.880.5462.3378.6325.69
Hex7175E3058363e4f1a
Octal1611651630130667611732
Binary1110001111010111101101011000110110111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71750E;
 }
 .AnyTagClassName
 {
   color: #71750E;
 }
</style>
background-color css

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

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

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

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

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

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