Html Css Color HEX #758513 Trendy Green

📋 copy color: '#758513'

red 117 ◦ green 133 ◦ blue 19

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

Shades of Trendy Green #758513

Tints of Trendy Green #758513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 43.49%
G = 49.44%
B = 7.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#758513 (or 0x758513) is known color: Trendy Green. HEX triplet: 75, 85 and 13. RGB value is (117,133,19). Sum of RGB (Red+Green+Blue) = 117+133+19=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #758513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758513 is #8A7AEC. Grayscale: #737373. Windows color (decimal): -9075437 or 1279349. OLE color: 1279349.

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

Color convert

RGB 117 133 19 -
CMYK 0.12 0 0.86 0.48
HSL 68.42º 0.75% 0.3% -
HSV(B) 68.42º 0.86% 0.52% -
XYZ 15.84 20.6 3.76 -
YUV 115.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 117 133 19 0.12 0 0.86 0.48 68.42 0.75 0.3
Hex 75 85 13 C 0 56 30 44 4B 1E
Octal 165 205 23 14 0 126 60 104 113 36
Binary 1110101 10000101 10011 1100 0 1010110 110000 1000100 1001011 11110

Color Harmonies of #758513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758513

Black with #758513

Text Example


Text Example

White with #758513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758513; }

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

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

background-color css

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

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

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

border-color css

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

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

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