Html Css Color HEX #708128 Trendy Green

📋 copy color: '#708128'

red 112 ◦ green 129 ◦ blue 40

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

Shades of Trendy Green #708128

Tints of Trendy Green #708128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 39.86%
G = 45.91%
B = 14.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#708128 (or 0x708128) is known color: Trendy Green. HEX triplet: 70, 81 and 28. RGB value is (112,129,40). Sum of RGB (Red+Green+Blue) = 112+129+40=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #708128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708128 is #8F7ED7. Grayscale: #727272. Windows color (decimal): -9404120 or 2654576. OLE color: 2654576.

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

Color convert

RGB 112 129 40 -
CMYK 0.13 0 0.69 0.49
HSL 71.46º 0.53% 0.33% -
HSV(B) 71.46º 0.69% 0.51% -
XYZ 14.92 19.3 4.95 -
YUV 113.77 86.37 126.74 -
System Red Green Blue C M Y K H S L
Decimal 112 129 40 0.13 0 0.69 0.49 71.46 0.53 0.33
Hex 70 81 28 D 0 45 31 47 35 21
Octal 160 201 50 15 0 105 61 107 65 41
Binary 1110000 10000001 101000 1101 0 1000101 110001 1000111 110101 100001

Color Harmonies of #708128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708128

Black with #708128

Text Example


Text Example

White with #708128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708128; }

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

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

background-color css

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

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

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

border-color css

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

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

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