Html Css Color HEX #758520 Trendy Green

📋 copy color: '#758520'

red 117 ◦ green 133 ◦ blue 32

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

Shades of Trendy Green #758520

Tints of Trendy Green #758520

RGB

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

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

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

R = 41.49%
G = 47.16%
B = 11.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#758520 (or 0x758520) is known color: Trendy Green. HEX triplet: 75, 85 and 20. RGB value is (117,133,32). Sum of RGB (Red+Green+Blue) = 117+133+32=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #758520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758520 is #8A7ADF. Grayscale: #757575. Windows color (decimal): -9075424 or 2131317. OLE color: 2131317.

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

Color convert

RGB 117 133 32 -
CMYK 0.12 0 0.76 0.48
HSL 69.5º 0.61% 0.32% -
HSV(B) 69.5º 0.76% 0.52% -
XYZ 15.98 20.66 4.51 -
YUV 116.7 80.2 128.21 -
System Red Green Blue C M Y K H S L
Decimal 117 133 32 0.12 0 0.76 0.48 69.5 0.61 0.32
Hex 75 85 20 C 0 4C 30 46 3D 20
Octal 165 205 40 14 0 114 60 106 75 40
Binary 1110101 10000101 100000 1100 0 1001100 110000 1000110 111101 100000

Color Harmonies of #758520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758520

Black with #758520

Text Example


Text Example

White with #758520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758520; }

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

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

background-color css

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

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

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

border-color css

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

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

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