Html Css Color HEX #758620 Trendy Green

📋 copy color: '#758620'

red 117 ◦ green 134 ◦ blue 32

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

Shades of Trendy Green #758620

Tints of Trendy Green #758620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 41.34%
G = 47.35%
B = 11.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#758620 (or 0x758620) is known color: Trendy Green. HEX triplet: 75, 86 and 20. RGB value is (117,134,32). Sum of RGB (Red+Green+Blue) = 117+134+32=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #758620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758620 is #8A79DF. Grayscale: #757575. Windows color (decimal): -9075168 or 2131573. OLE color: 2131573.

HSL color Cylindrical-coordinate representation of color #758620: hue angle of 70º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #758620 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 32 -
CMYK 0.13 0 0.76 0.47
HSL 70º 0.61% 0.33% -
HSV(B) 70º 0.76% 0.53% -
XYZ 16.12 20.94 4.56 -
YUV 117.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 117 134 32 0.13 0 0.76 0.47 70 0.61 0.33
Hex 75 86 20 D 0 4C 2F 46 3D 21
Octal 165 206 40 15 0 114 57 106 75 41
Binary 1110101 10000110 100000 1101 0 1001100 101111 1000110 111101 100001

Color Harmonies of #758620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758620

Black with #758620

Text Example


Text Example

White with #758620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758620; }

 p { color: rgb(117,134,32); }

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

background-color css

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

 a { background-color: rgb(117,134,32); }

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

border-color css

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

 span { border-color: rgb(117,134,32); }

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