Html Css Color HEX #758011 Trendy Green

📋 copy color: '#758011'

red 117 ◦ green 128 ◦ blue 17

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

Shades of Trendy Green #758011

Tints of Trendy Green #758011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.85%

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 44.66%
G = 48.85%
B = 6.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#758011 (or 0x758011) is known color: Trendy Green. HEX triplet: 75, 80 and 11. RGB value is (117,128,17). Sum of RGB (Red+Green+Blue) = 117+128+17=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #758011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758011 is #8A7FEE. Grayscale: #707070. Windows color (decimal): -9076719 or 1146997. OLE color: 1146997.

HSL color Cylindrical-coordinate representation of color #758011: hue angle of 65.95º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #758011 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 17 -
CMYK 0.09 0 0.87 0.50
HSL 65.95º 0.77% 0.28% -
HSV(B) 65.95º 0.87% 0.5% -
XYZ 15.16 19.26 3.45 -
YUV 112.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 117 128 17 0.09 0 0.87 0.50 65.95 0.77 0.28
Hex 75 80 11 9 0 57 32 42 4D 1C
Octal 165 200 21 11 0 127 62 102 115 34
Binary 1110101 10000000 10001 1001 0 1010111 110010 1000010 1001101 11100

Color Harmonies of #758011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758011

Black with #758011

Text Example


Text Example

White with #758011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758011; }

 p { color: rgb(117,128,17); }

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

background-color css

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

 a { background-color: rgb(117,128,17); }

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

border-color css

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

 span { border-color: rgb(117,128,17); }

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