Html Css Color HEX #708312 Trendy Green

📋 copy color: '#708312'

red 112 ◦ green 131 ◦ blue 18

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

Shades of Trendy Green #708312

Tints of Trendy Green #708312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.19%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 42.91%
G = 50.19%
B = 6.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#708312 (or 0x708312) is known color: Trendy Green. HEX triplet: 70, 83 and 12. RGB value is (112,131,18). Sum of RGB (Red+Green+Blue) = 112+131+18=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #708312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708312 is #8F7CED. Grayscale: #707070. Windows color (decimal): -9403630 or 1213296. OLE color: 1213296.

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

Color convert

RGB 112 131 18 -
CMYK 0.15 0 0.86 0.49
HSL 70.09º 0.76% 0.29% -
HSV(B) 70.09º 0.86% 0.51% -
XYZ 14.91 19.72 3.59 -
YUV 112.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 112 131 18 0.15 0 0.86 0.49 70.09 0.76 0.29
Hex 70 83 12 F 0 56 31 46 4C 1D
Octal 160 203 22 17 0 126 61 106 114 35
Binary 1110000 10000011 10010 1111 0 1010110 110001 1000110 1001100 11101

Color Harmonies of #708312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708312

Black with #708312

Text Example


Text Example

White with #708312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708312; }

 p { color: rgb(112,131,18); }

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

background-color css

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

 a { background-color: rgb(112,131,18); }

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

border-color css

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

 span { border-color: rgb(112,131,18); }

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