Html Css Color HEX #708015 Trendy Green

📋 copy color: '#708015'

red 112 ◦ green 128 ◦ blue 21

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

Shades of Trendy Green #708015

Tints of Trendy Green #708015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.04%

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

R = 42.91%
G = 49.04%
B = 8.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#708015 (or 0x708015) is known color: Trendy Green. HEX triplet: 70, 80 and 15. RGB value is (112,128,21). Sum of RGB (Red+Green+Blue) = 112+128+21=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #708015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708015 is #8F7FEA. Grayscale: #6F6F6F. Windows color (decimal): -9404395 or 1409136. OLE color: 1409136.

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

Color convert

RGB 112 128 21 -
CMYK 0.12 0 0.84 0.50
HSL 68.97º 0.72% 0.29% -
HSV(B) 68.97º 0.84% 0.5% -
XYZ 14.54 18.94 3.6 -
YUV 111.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 112 128 21 0.12 0 0.84 0.50 68.97 0.72 0.29
Hex 70 80 15 C 0 54 32 45 48 1D
Octal 160 200 25 14 0 124 62 105 110 35
Binary 1110000 10000000 10101 1100 0 1010100 110010 1000101 1001000 11101

Color Harmonies of #708015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708015

Black with #708015

Text Example


Text Example

White with #708015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708015; }

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

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

background-color css

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

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

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

border-color css

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

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

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