Html Css Color HEX #707D15 Trendy Green

📋 copy color: '#707D15'

red 112 ◦ green 125 ◦ blue 21

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

Shades of Trendy Green #707D15

Tints of Trendy Green #707D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.45%

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 43.41%
G = 48.45%
B = 8.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#707D15 (or 0x707D15) is known color: Trendy Green. HEX triplet: 70, 7D and 15. RGB value is (112,125,21). Sum of RGB (Red+Green+Blue) = 112+125+21=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #707D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707D15 is #8F82EA. Grayscale: #6D6D6D. Windows color (decimal): -9405163 or 1408368. OLE color: 1408368.

HSL color Cylindrical-coordinate representation of color #707D15: hue angle of 67.5º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #707D15 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 125 21 -
CMYK 0.10 0 0.83 0.51
HSL 67.5º 0.71% 0.29% -
HSV(B) 67.5º 0.83% 0.49% -
XYZ 14.15 18.17 3.47 -
YUV 109.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 112 125 21 0.10 0 0.83 0.51 67.5 0.71 0.29
Hex 70 7D 15 A 0 53 33 44 47 1D
Octal 160 175 25 12 0 123 63 104 107 35
Binary 1110000 1111101 10101 1010 0 1010011 110011 1000100 1000111 11101

Color Harmonies of #707D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D15

Black with #707D15

Text Example


Text Example

White with #707D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707D15; }

 p { color: rgb(112,125,21); }

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

background-color css

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

 a { background-color: rgb(112,125,21); }

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

border-color css

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

 span { border-color: rgb(112,125,21); }

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