Html Css Color HEX #757D19 Trendy Green

📋 copy color: '#757D19'

red 117 ◦ green 125 ◦ blue 25

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

Shades of Trendy Green #757D19

Tints of Trendy Green #757D19

RGB

 RED value IS 117 (46.09% from 255) = 43.82%

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

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

R = 43.82%
G = 46.82%
B = 9.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#757D19 (or 0x757D19) is known color: Trendy Green. HEX triplet: 75, 7D and 19. RGB value is (117,125,25). Sum of RGB (Red+Green+Blue) = 117+125+25=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #757D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757D19 is #8A82E6. Grayscale: #6F6F6F. Windows color (decimal): -9077479 or 1670517. OLE color: 1670517.

HSL color Cylindrical-coordinate representation of color #757D19: hue angle of 64.8º degrees, saturation: 0.67, 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 #757D19 is Cyan = 0.06, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 125 25 -
CMYK 0.06 0 0.8 0.51
HSL 64.8º 0.67% 0.29% -
HSV(B) 64.8º 0.8% 0.49% -
XYZ 14.85 18.52 3.71 -
YUV 111.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 117 125 25 0.06 0 0.8 0.51 64.8 0.67 0.29
Hex 75 7D 19 6 0 50 33 41 43 1D
Octal 165 175 31 6 0 120 63 101 103 35
Binary 1110101 1111101 11001 110 0 1010000 110011 1000001 1000011 11101

Color Harmonies of #757D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D19

Black with #757D19

Text Example


Text Example

White with #757D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757D19; }

 p { color: rgb(117,125,25); }

 H1.HeaderClassName
 {
   color: #757D19;
 }
 .AnyTagClassName
 {
   color: #757D19;
 }
</style>

background-color css

<style>
 a { background-color: #757D19; }

 a { background-color: rgb(117,125,25); }

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

border-color css

<style>
 span { border-color: #757D19; }

 span { border-color: rgb(117,125,25); }

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