#71770B

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

Shades of Olive #71770B

Tints of Olive #71770B

Color information

#71770B (or 0x71770B) is unknown color: approx Olive. HEX triplet: 71, 77 and 0B. RGB value is (113,119,11). Sum of RGB (Red+Green+Blue) = 113+119+11=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #71770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71770B is #8E88F4. Grayscale: #696969. Windows color (decimal): -9341173 or 751473. OLE color: 751473.

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

Color convert

RGB11311911-
CMYK0.0500.910.53
HSL63.33º83.08%25.49%-
HSV(B)63.33º90.76%46.67%-
XYZ13.4716.732.84-
YUV104.8975.01133.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=46.50%
G=48.97%
B=4.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119110.0500.910.5363.3383.0825.49
Hex7177B505B353f5319
Octal1611671350133657712331
Binary11100011110111101110101011011110101111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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