Html Css Color HEX #708218 Trendy Green

📋 copy color: '#708218'

red 112 ◦ green 130 ◦ blue 24

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

Shades of Trendy Green #708218

Tints of Trendy Green #708218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 42.11%
G = 48.87%
B = 9.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#708218 (or 0x708218) is known color: Trendy Green. HEX triplet: 70, 82 and 18. RGB value is (112,130,24). Sum of RGB (Red+Green+Blue) = 112+130+24=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #708218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708218 is #8F7DE7. Grayscale: #707070. Windows color (decimal): -9403880 or 1606256. OLE color: 1606256.

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

Color convert

RGB 112 130 24 -
CMYK 0.14 0 0.82 0.49
HSL 70.19º 0.69% 0.3% -
HSV(B) 70.19º 0.82% 0.51% -
XYZ 14.83 19.48 3.84 -
YUV 112.53 78.04 127.62 -
System Red Green Blue C M Y K H S L
Decimal 112 130 24 0.14 0 0.82 0.49 70.19 0.69 0.3
Hex 70 82 18 E 0 52 31 46 45 1E
Octal 160 202 30 16 0 122 61 106 105 36
Binary 1110000 10000010 11000 1110 0 1010010 110001 1000110 1000101 11110

Color Harmonies of #708218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708218

Black with #708218

Text Example


Text Example

White with #708218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708218; }

 p { color: rgb(112,130,24); }

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

background-color css

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

 a { background-color: rgb(112,130,24); }

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

border-color css

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

 span { border-color: rgb(112,130,24); }

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