Html Css Color HEX #757F19 Trendy Green

📋 copy color: '#757F19'

red 117 ◦ green 127 ◦ blue 25

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

Shades of Trendy Green #757F19

Tints of Trendy Green #757F19

RGB

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

 GREEN value IS 127 (50% from 255) = 47.21%

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

R = 43.49%
G = 47.21%
B = 9.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#757F19 (or 0x757F19) is known color: Trendy Green. HEX triplet: 75, 7F and 19. RGB value is (117,127,25). Sum of RGB (Red+Green+Blue) = 117+127+25=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #757F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757F19 is #8A80E6. Grayscale: #707070. Windows color (decimal): -9076967 or 1671029. OLE color: 1671029.

HSL color Cylindrical-coordinate representation of color #757F19: hue angle of 65.88º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #757F19 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 127 25 -
CMYK 0.08 0 0.80 0.50
HSL 65.88º 0.67% 0.3% -
HSV(B) 65.88º 0.8% 0.5% -
XYZ 15.1 19.03 3.8 -
YUV 112.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 117 127 25 0.08 0 0.80 0.50 65.88 0.67 0.3
Hex 75 7F 19 8 0 50 32 42 43 1E
Octal 165 177 31 10 0 120 62 102 103 36
Binary 1110101 1111111 11001 1000 0 1010000 110010 1000010 1000011 11110

Color Harmonies of #757F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F19

Black with #757F19

Text Example


Text Example

White with #757F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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