Html Css Color HEX #758511 Trendy Green

📋 copy color: '#758511'

red 117 ◦ green 133 ◦ blue 17

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

Shades of Trendy Green #758511

Tints of Trendy Green #758511

RGB

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

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

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

R = 43.82%
G = 49.81%
B = 6.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#758511 (or 0x758511) is known color: Trendy Green. HEX triplet: 75, 85 and 11. RGB value is (117,133,17). Sum of RGB (Red+Green+Blue) = 117+133+17=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #758511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758511 is #8A7AEE. Grayscale: #737373. Windows color (decimal): -9075439 or 1148277. OLE color: 1148277.

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

Color convert

RGB 117 133 17 -
CMYK 0.12 0 0.87 0.48
HSL 68.28º 0.77% 0.29% -
HSV(B) 68.28º 0.87% 0.52% -
XYZ 15.82 20.6 3.67 -
YUV 114.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 117 133 17 0.12 0 0.87 0.48 68.28 0.77 0.29
Hex 75 85 11 C 0 57 30 44 4D 1D
Octal 165 205 21 14 0 127 60 104 115 35
Binary 1110101 10000101 10001 1100 0 1010111 110000 1000100 1001101 11101

Color Harmonies of #758511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758511

Black with #758511

Text Example


Text Example

White with #758511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758511; }

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

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

background-color css

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

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

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

border-color css

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

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

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