Html Css Color HEX #707C16 Trendy Green

📋 copy color: '#707C16'

red 112 ◦ green 124 ◦ blue 22

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

Shades of Trendy Green #707C16

Tints of Trendy Green #707C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.06%

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 43.41%
G = 48.06%
B = 8.53%

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

#707C16 (or 0x707C16) is known color: Trendy Green. HEX triplet: 70, 7C and 16. RGB value is (112,124,22). Sum of RGB (Red+Green+Blue) = 112+124+22=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #707C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707C16 is #8F83E9. Grayscale: #6D6D6D. Windows color (decimal): -9405418 or 1473648. OLE color: 1473648.

HSL color Cylindrical-coordinate representation of color #707C16: hue angle of 67.06º degrees, saturation: 0.7, 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 #707C16 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 22 -
CMYK 0.10 0 0.82 0.51
HSL 67.06º 0.7% 0.29% -
HSV(B) 67.06º 0.82% 0.49% -
XYZ 14.03 17.92 3.48 -
YUV 108.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 112 124 22 0.10 0 0.82 0.51 67.06 0.7 0.29
Hex 70 7C 16 A 0 52 33 43 46 1D
Octal 160 174 26 12 0 122 63 103 106 35
Binary 1110000 1111100 10110 1010 0 1010010 110011 1000011 1000110 11101

Color Harmonies of #707C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C16

Black with #707C16

Text Example


Text Example

White with #707C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,124,22); }

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

background-color css

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

 a { background-color: rgb(112,124,22); }

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

border-color css

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

 span { border-color: rgb(112,124,22); }

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