#70811B

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

Shades of Trendy Green #70811B

Tints of Trendy Green #70811B

Color information

#70811B (or 0x70811B) is unknown color: approx Trendy Green. HEX triplet: 70, 81 and 1B. RGB value is (112,129,27). Sum of RGB (Red+Green+Blue) = 112+129+27=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #70811B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70811B is #8F7EE4. Grayscale: #707070. Windows color (decimal): -9404133 or 1802608. OLE color: 1802608.

HSL color Cylindrical-coordinate representation of color #70811B: hue angle of 70º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70811B is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB11212927-
CMYK0.1300.790.49
HSL70º65.38%30.59%-
HSV(B)70º79.07%50.59%-
XYZ14.7319.223.97-
YUV112.2979.87127.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 129 (50.78% from 255) = 48.13%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=41.79%
G=48.13%
B=10.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129270.1300.790.497065.3830.59
Hex70811BD04F3146411f
Octal160201331501176110610137
Binary111000010000001110111101010011111100011000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,129,27); }

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

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

 a { background-color: rgb(112,129,27); }

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

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

 span { border-color: rgb(112,129,27); }

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