Html Css Color HEX #708116 Trendy Green

📋 copy color: '#708116'

red 112 ◦ green 129 ◦ blue 22

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

Shades of Trendy Green #708116

Tints of Trendy Green #708116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 42.59%
G = 49.05%
B = 8.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#708116 (or 0x708116) is known color: Trendy Green. HEX triplet: 70, 81 and 16. RGB value is (112,129,22). Sum of RGB (Red+Green+Blue) = 112+129+22=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #708116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708116 is #8F7EE9. Grayscale: #707070. Windows color (decimal): -9404138 or 1474928. OLE color: 1474928.

HSL color Cylindrical-coordinate representation of color #708116: hue angle of 69.53º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #708116 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 22 -
CMYK 0.13 0 0.83 0.49
HSL 69.53º 0.71% 0.3% -
HSV(B) 69.53º 0.83% 0.51% -
XYZ 14.68 19.2 3.69 -
YUV 111.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 112 129 22 0.13 0 0.83 0.49 69.53 0.71 0.3
Hex 70 81 16 D 0 53 31 46 47 1E
Octal 160 201 26 15 0 123 61 106 107 36
Binary 1110000 10000001 10110 1101 0 1010011 110001 1000110 1000111 11110

Color Harmonies of #708116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708116

Black with #708116

Text Example


Text Example

White with #708116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708116; }

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

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

background-color css

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

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

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

border-color css

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

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

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