Html Css Color HEX #708118 Trendy Green

📋 copy color: '#708118'

red 112 ◦ green 129 ◦ blue 24

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

Shades of Trendy Green #708118

Tints of Trendy Green #708118

RGB

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

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

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

R = 42.26%
G = 48.68%
B = 9.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#708118 (or 0x708118) is known color: Trendy Green. HEX triplet: 70, 81 and 18. RGB value is (112,129,24). Sum of RGB (Red+Green+Blue) = 112+129+24=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #708118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708118 is #8F7EE7. Grayscale: #707070. Windows color (decimal): -9404136 or 1606000. OLE color: 1606000.

HSL color Cylindrical-coordinate representation of color #708118: hue angle of 69.71º degrees, saturation: 0.69, 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 #708118 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 24 -
CMYK 0.13 0 0.81 0.49
HSL 69.71º 0.69% 0.3% -
HSV(B) 69.71º 0.81% 0.51% -
XYZ 14.7 19.21 3.8 -
YUV 111.95 78.37 128.04 -
System Red Green Blue C M Y K H S L
Decimal 112 129 24 0.13 0 0.81 0.49 69.71 0.69 0.3
Hex 70 81 18 D 0 51 31 46 45 1E
Octal 160 201 30 15 0 121 61 106 105 36
Binary 1110000 10000001 11000 1101 0 1010001 110001 1000110 1000101 11110

Color Harmonies of #708118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708118

Black with #708118

Text Example


Text Example

White with #708118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708118; }

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

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

background-color css

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

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

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

border-color css

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

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

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