Html Css Color HEX #757D29 Trendy Green

📋 copy color: '#757D29'

red 117 ◦ green 125 ◦ blue 41

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

Shades of Trendy Green #757D29

Tints of Trendy Green #757D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 41.34%
G = 44.17%
B = 14.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#757D29 (or 0x757D29) is known color: Trendy Green. HEX triplet: 75, 7D and 29. RGB value is (117,125,41). Sum of RGB (Red+Green+Blue) = 117+125+41=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #757D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D29 is #8A82D6. Grayscale: #717171. Windows color (decimal): -9077463 or 2719093. OLE color: 2719093.

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

Color convert

RGB 117 125 41 -
CMYK 0.06 0 0.67 0.51
HSL 65.71º 0.51% 0.33% -
HSV(B) 65.71º 0.67% 0.49% -
XYZ 15.07 18.61 4.9 -
YUV 113.03 87.35 130.83 -
System Red Green Blue C M Y K H S L
Decimal 117 125 41 0.06 0 0.67 0.51 65.71 0.51 0.33
Hex 75 7D 29 6 0 43 33 42 33 21
Octal 165 175 51 6 0 103 63 102 63 41
Binary 1110101 1111101 101001 110 0 1000011 110011 1000010 110011 100001

Color Harmonies of #757D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D29

Black with #757D29

Text Example


Text Example

White with #757D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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