Html Css Color HEX #757C12 Trendy Green

📋 copy color: '#757C12'

red 117 ◦ green 124 ◦ blue 18

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

Shades of Trendy Green #757C12

Tints of Trendy Green #757C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 45.17%
G = 47.88%
B = 6.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#757C12 (or 0x757C12) is known color: Trendy Green. HEX triplet: 75, 7C and 12. RGB value is (117,124,18). Sum of RGB (Red+Green+Blue) = 117+124+18=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #757C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757C12 is #8A83ED. Grayscale: #6E6E6E. Windows color (decimal): -9077742 or 1211509. OLE color: 1211509.

HSL color Cylindrical-coordinate representation of color #757C12: hue angle of 63.96º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #757C12 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 18 -
CMYK 0.06 0 0.85 0.51
HSL 63.96º 0.75% 0.28% -
HSV(B) 63.96º 0.85% 0.49% -
XYZ 14.65 18.24 3.32 -
YUV 109.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 117 124 18 0.06 0 0.85 0.51 63.96 0.75 0.28
Hex 75 7C 12 6 0 55 33 40 4B 1C
Octal 165 174 22 6 0 125 63 100 113 34
Binary 1110101 1111100 10010 110 0 1010101 110011 1000000 1001011 11100

Color Harmonies of #757C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C12

Black with #757C12

Text Example


Text Example

White with #757C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,124,18); }

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

background-color css

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

 a { background-color: rgb(117,124,18); }

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

border-color css

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

 span { border-color: rgb(117,124,18); }

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