Html Css Color HEX #758013 Trendy Green

📋 copy color: '#758013'

red 117 ◦ green 128 ◦ blue 19

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

Shades of Trendy Green #758013

Tints of Trendy Green #758013

RGB

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

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

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

R = 44.32%
G = 48.48%
B = 7.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#758013 (or 0x758013) is known color: Trendy Green. HEX triplet: 75, 80 and 13. RGB value is (117,128,19). Sum of RGB (Red+Green+Blue) = 117+128+19=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #758013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758013 is #8A7FEC. Grayscale: #707070. Windows color (decimal): -9076717 or 1278069. OLE color: 1278069.

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

Color convert

RGB 117 128 19 -
CMYK 0.09 0 0.85 0.50
HSL 66.06º 0.74% 0.29% -
HSV(B) 66.06º 0.85% 0.5% -
XYZ 15.17 19.27 3.54 -
YUV 112.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 117 128 19 0.09 0 0.85 0.50 66.06 0.74 0.29
Hex 75 80 13 9 0 55 32 42 4A 1D
Octal 165 200 23 11 0 125 62 102 112 35
Binary 1110101 10000000 10011 1001 0 1010101 110010 1000010 1001010 11101

Color Harmonies of #758013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758013

Black with #758013

Text Example


Text Example

White with #758013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758013; }

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

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

background-color css

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

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

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

border-color css

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

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

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