Html Css Color HEX #707C19 Trendy Green

📋 copy color: '#707C19'

red 112 ◦ green 124 ◦ blue 25

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

Shades of Trendy Green #707C19

Tints of Trendy Green #707C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 42.91%
G = 47.51%
B = 9.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#707C19 (or 0x707C19) is known color: Trendy Green. HEX triplet: 70, 7C and 19. RGB value is (112,124,25). Sum of RGB (Red+Green+Blue) = 112+124+25=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #707C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707C19 is #8F83E6. Grayscale: #6D6D6D. Windows color (decimal): -9405415 or 1670256. OLE color: 1670256.

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

Color convert

RGB 112 124 25 -
CMYK 0.10 0 0.80 0.51
HSL 67.27º 0.66% 0.29% -
HSV(B) 67.27º 0.8% 0.49% -
XYZ 14.07 17.93 3.64 -
YUV 109.13 80.52 130.05 -
System Red Green Blue C M Y K H S L
Decimal 112 124 25 0.10 0 0.80 0.51 67.27 0.66 0.29
Hex 70 7C 19 A 0 50 33 43 42 1D
Octal 160 174 31 12 0 120 63 103 102 35
Binary 1110000 1111100 11001 1010 0 1010000 110011 1000011 1000010 11101

Color Harmonies of #707C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C19

Black with #707C19

Text Example


Text Example

White with #707C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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