#71770A

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

Shades of Olive #71770A

Tints of Olive #71770A

Color information

#71770A (or 0x71770A) is unknown color: approx Olive. HEX triplet: 71, 77 and 0A. RGB value is (113,119,10). Sum of RGB (Red+Green+Blue) = 113+119+10=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #71770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71770A is #8E88F5. Grayscale: #696969. Windows color (decimal): -9341174 or 685937. OLE color: 685937.

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

Color convert

RGB11311910-
CMYK0.0500.920.53
HSL63.3º84.5%25.29%-
HSV(B)63.3º91.6%46.67%-
XYZ13.4616.732.81-
YUV104.7874.51133.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 10 (4.30% from 255) = 4.13%
R=46.69%
G=49.17%
B=4.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119100.0500.920.5363.384.525.29
Hex7177A505C353f5419
Octal1611671250134657712431
Binary11100011110111101010101011100110101111111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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