Html Css Color HEX #708219 Trendy Green

📋 copy color: '#708219'

red 112 ◦ green 130 ◦ blue 25

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

Shades of Trendy Green #708219

Tints of Trendy Green #708219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 41.95%
G = 48.69%
B = 9.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#708219 (or 0x708219) is known color: Trendy Green. HEX triplet: 70, 82 and 19. RGB value is (112,130,25). Sum of RGB (Red+Green+Blue) = 112+130+25=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #708219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708219 is #8F7DE6. Grayscale: #717171. Windows color (decimal): -9403879 or 1671792. OLE color: 1671792.

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

Color convert

RGB 112 130 25 -
CMYK 0.14 0 0.81 0.49
HSL 70.29º 0.68% 0.3% -
HSV(B) 70.29º 0.81% 0.51% -
XYZ 14.84 19.48 3.9 -
YUV 112.65 78.54 127.54 -
System Red Green Blue C M Y K H S L
Decimal 112 130 25 0.14 0 0.81 0.49 70.29 0.68 0.3
Hex 70 82 19 E 0 51 31 46 44 1E
Octal 160 202 31 16 0 121 61 106 104 36
Binary 1110000 10000010 11001 1110 0 1010001 110001 1000110 1000100 11110

Color Harmonies of #708219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708219

Black with #708219

Text Example


Text Example

White with #708219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708219; }

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

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

background-color css

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

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

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

border-color css

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

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

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