Html Css Color HEX #70811E Trendy Green

📋 copy color: '#70811E'

red 112 ◦ green 129 ◦ blue 30

#70811E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #70811E

Tints of Trendy Green #70811E

RGB

 RED value IS 112 (44.14% from 255) = 41.33%

 GREEN value IS 129 (50.78% from 255) = 47.6%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 41.33%
G = 47.6%
B = 11.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#70811E (or 0x70811E) is known color: Trendy Green. HEX triplet: 70, 81 and 1E. RGB value is (112,129,30). Sum of RGB (Red+Green+Blue) = 112+129+30=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #70811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70811E is #8F7EE1. Grayscale: #717171. Windows color (decimal): -9404130 or 1999216. OLE color: 1999216.

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

Color convert

RGB 112 129 30 -
CMYK 0.13 0 0.77 0.49
HSL 70.3º 0.62% 0.31% -
HSV(B) 70.3º 0.77% 0.51% -
XYZ 14.77 19.24 4.16 -
YUV 112.63 81.37 127.55 -
System Red Green Blue C M Y K H S L
Decimal 112 129 30 0.13 0 0.77 0.49 70.3 0.62 0.31
Hex 70 81 1E D 0 4D 31 46 3E 1F
Octal 160 201 36 15 0 115 61 106 76 37
Binary 1110000 10000001 11110 1101 0 1001101 110001 1000110 111110 11111

Color Harmonies of #70811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70811E

Black with #70811E

Text Example


Text Example

White with #70811E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70811E;
 }
 .AnyTagClassName
 {
   color: #70811E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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