Html Css Color HEX #758529 Trendy Green

📋 copy color: '#758529'

red 117 ◦ green 133 ◦ blue 41

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

Shades of Trendy Green #758529

Tints of Trendy Green #758529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.7%

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

R = 40.21%
G = 45.7%
B = 14.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#758529 (or 0x758529) is known color: Trendy Green. HEX triplet: 75, 85 and 29. RGB value is (117,133,41). Sum of RGB (Red+Green+Blue) = 117+133+41=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #758529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758529 is #8A7AD6. Grayscale: #767676. Windows color (decimal): -9075415 or 2721141. OLE color: 2721141.

HSL color Cylindrical-coordinate representation of color #758529: hue angle of 70.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #758529 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 41 -
CMYK 0.12 0 0.69 0.48
HSL 70.43º 0.53% 0.34% -
HSV(B) 70.43º 0.69% 0.52% -
XYZ 16.12 20.72 5.25 -
YUV 117.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 117 133 41 0.12 0 0.69 0.48 70.43 0.53 0.34
Hex 75 85 29 C 0 45 30 46 35 22
Octal 165 205 51 14 0 105 60 106 65 42
Binary 1110101 10000101 101001 1100 0 1000101 110000 1000110 110101 100010

Color Harmonies of #758529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758529

Black with #758529

Text Example


Text Example

White with #758529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758529; }

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

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

background-color css

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

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

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

border-color css

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

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

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