Html Css Color HEX #708115 Trendy Green

📋 copy color: '#708115'

red 112 ◦ green 129 ◦ blue 21

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

Shades of Trendy Green #708115

Tints of Trendy Green #708115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.02%

R = 42.75%
G = 49.24%
B = 8.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#708115 (or 0x708115) is known color: Trendy Green. HEX triplet: 70, 81 and 15. RGB value is (112,129,21). Sum of RGB (Red+Green+Blue) = 112+129+21=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #708115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708115 is #8F7EEA. Grayscale: #707070. Windows color (decimal): -9404139 or 1409392. OLE color: 1409392.

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

Color convert

RGB 112 129 21 -
CMYK 0.13 0 0.84 0.49
HSL 69.44º 0.72% 0.29% -
HSV(B) 69.44º 0.84% 0.51% -
XYZ 14.67 19.2 3.64 -
YUV 111.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 112 129 21 0.13 0 0.84 0.49 69.44 0.72 0.29
Hex 70 81 15 D 0 54 31 45 48 1D
Octal 160 201 25 15 0 124 61 105 110 35
Binary 1110000 10000001 10101 1101 0 1010100 110001 1000101 1001000 11101

Color Harmonies of #708115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708115

Black with #708115

Text Example


Text Example

White with #708115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708115; }

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

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

background-color css

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

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

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

border-color css

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

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

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