Html Css Color HEX #758720 Trendy Green

📋 copy color: '#758720'

red 117 ◦ green 135 ◦ blue 32

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

Shades of Trendy Green #758720

Tints of Trendy Green #758720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.54%

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

R = 41.2%
G = 47.54%
B = 11.27%

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

#758720 (or 0x758720) is known color: Trendy Green. HEX triplet: 75, 87 and 20. RGB value is (117,135,32). Sum of RGB (Red+Green+Blue) = 117+135+32=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #758720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758720 is #8A78DF. Grayscale: #767676. Windows color (decimal): -9074912 or 2131829. OLE color: 2131829.

HSL color Cylindrical-coordinate representation of color #758720: hue angle of 70.49º degrees, saturation: 0.62, 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 #758720 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 32 -
CMYK 0.13 0 0.76 0.47
HSL 70.49º 0.62% 0.33% -
HSV(B) 70.49º 0.76% 0.53% -
XYZ 16.26 21.21 4.6 -
YUV 117.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 117 135 32 0.13 0 0.76 0.47 70.49 0.62 0.33
Hex 75 87 20 D 0 4C 2F 46 3E 21
Octal 165 207 40 15 0 114 57 106 76 41
Binary 1110101 10000111 100000 1101 0 1001100 101111 1000110 111110 100001

Color Harmonies of #758720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758720

Black with #758720

Text Example


Text Example

White with #758720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758720; }

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

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

background-color css

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

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

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

border-color css

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

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

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