Html Css Color HEX #707D17 Trendy Green

📋 copy color: '#707D17'

red 112 ◦ green 125 ◦ blue 23

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

Shades of Trendy Green #707D17

Tints of Trendy Green #707D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 43.08%
G = 48.08%
B = 8.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#707D17 (or 0x707D17) is known color: Trendy Green. HEX triplet: 70, 7D and 17. RGB value is (112,125,23). Sum of RGB (Red+Green+Blue) = 112+125+23=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #707D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707D17 is #8F82E8. Grayscale: #6D6D6D. Windows color (decimal): -9405161 or 1539440. OLE color: 1539440.

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

Color convert

RGB 112 125 23 -
CMYK 0.10 0 0.82 0.51
HSL 67.65º 0.69% 0.29% -
HSV(B) 67.65º 0.82% 0.49% -
XYZ 14.17 18.17 3.57 -
YUV 109.49 79.19 129.79 -
System Red Green Blue C M Y K H S L
Decimal 112 125 23 0.10 0 0.82 0.51 67.65 0.69 0.29
Hex 70 7D 17 A 0 52 33 44 45 1D
Octal 160 175 27 12 0 122 63 104 105 35
Binary 1110000 1111101 10111 1010 0 1010010 110011 1000100 1000101 11101

Color Harmonies of #707D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D17

Black with #707D17

Text Example


Text Example

White with #707D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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