Html Css Color HEX #707D22 Trendy Green

📋 copy color: '#707D22'

red 112 ◦ green 125 ◦ blue 34

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

Shades of Trendy Green #707D22

Tints of Trendy Green #707D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 41.33%
G = 46.13%
B = 12.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#707D22 (or 0x707D22) is known color: Trendy Green. HEX triplet: 70, 7D and 22. RGB value is (112,125,34). Sum of RGB (Red+Green+Blue) = 112+125+34=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #707D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707D22 is #8F82DD. Grayscale: #6F6F6F. Windows color (decimal): -9405150 or 2260336. OLE color: 2260336.

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

Color convert

RGB 112 125 34 -
CMYK 0.10 0 0.73 0.51
HSL 68.57º 0.57% 0.31% -
HSV(B) 68.57º 0.73% 0.49% -
XYZ 14.3 18.23 4.28 -
YUV 110.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 112 125 34 0.10 0 0.73 0.51 68.57 0.57 0.31
Hex 70 7D 22 A 0 49 33 45 39 1F
Octal 160 175 42 12 0 111 63 105 71 37
Binary 1110000 1111101 100010 1010 0 1001001 110011 1000101 111001 11111

Color Harmonies of #707D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D22

Black with #707D22

Text Example


Text Example

White with #707D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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