#71790A

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

Shades of Olive #71790A

Tints of Olive #71790A

Color information

#71790A (or 0x71790A) is unknown color: approx Olive. HEX triplet: 71, 79 and 0A. RGB value is (113,121,10). Sum of RGB (Red+Green+Blue) = 113+121+10=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #71790A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71790A is #8E86F5. Grayscale: #6A6A6A. Windows color (decimal): -9340662 or 686449. OLE color: 686449.

HSL color Cylindrical-coordinate representation of color #71790A: hue angle of 64.32º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71790A is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB11312110-
CMYK0.0700.920.53
HSL64.32º84.73%25.69%-
HSV(B)64.32º91.74%47.45%-
XYZ13.717.212.89-
YUV105.9573.85133.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 121 (47.66% from 255) = 49.59%
BLUE value IS 10 (4.30% from 255) = 4.10%
R=46.31%
G=49.59%
B=4.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113121100.0700.920.5364.3284.7325.69
Hex7179A705C3540551a
Octal16117112701346510012532
Binary111000111110011010111010111001101011000000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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