Html Css Color HEX #758311 Trendy Green

📋 copy color: '#758311'

red 117 ◦ green 131 ◦ blue 17

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

Shades of Trendy Green #758311

Tints of Trendy Green #758311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.43%

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

R = 44.15%
G = 49.43%
B = 6.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#758311 (or 0x758311) is known color: Trendy Green. HEX triplet: 75, 83 and 11. RGB value is (117,131,17). Sum of RGB (Red+Green+Blue) = 117+131+17=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #758311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758311 is #8A7CEE. Grayscale: #727272. Windows color (decimal): -9075951 or 1147765. OLE color: 1147765.

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

Color convert

RGB 117 131 17 -
CMYK 0.11 0 0.87 0.49
HSL 67.37º 0.77% 0.29% -
HSV(B) 67.37º 0.87% 0.51% -
XYZ 15.55 20.05 3.58 -
YUV 113.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 117 131 17 0.11 0 0.87 0.49 67.37 0.77 0.29
Hex 75 83 11 B 0 57 31 43 4D 1D
Octal 165 203 21 13 0 127 61 103 115 35
Binary 1110101 10000011 10001 1011 0 1010111 110001 1000011 1001101 11101

Color Harmonies of #758311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758311

Black with #758311

Text Example


Text Example

White with #758311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758311; }

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

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

background-color css

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

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

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

border-color css

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

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

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