Html Css Color HEX #758515 Trendy Green

📋 copy color: '#758515'

red 117 ◦ green 133 ◦ blue 21

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

Shades of Trendy Green #758515

Tints of Trendy Green #758515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 43.17%
G = 49.08%
B = 7.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#758515 (or 0x758515) is known color: Trendy Green. HEX triplet: 75, 85 and 15. RGB value is (117,133,21). Sum of RGB (Red+Green+Blue) = 117+133+21=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #758515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758515 is #8A7AEA. Grayscale: #737373. Windows color (decimal): -9075435 or 1410421. OLE color: 1410421.

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

Color convert

RGB 117 133 21 -
CMYK 0.12 0 0.84 0.48
HSL 68.57º 0.73% 0.3% -
HSV(B) 68.57º 0.84% 0.52% -
XYZ 15.86 20.61 3.85 -
YUV 115.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 117 133 21 0.12 0 0.84 0.48 68.57 0.73 0.3
Hex 75 85 15 C 0 54 30 45 49 1E
Octal 165 205 25 14 0 124 60 105 111 36
Binary 1110101 10000101 10101 1100 0 1010100 110000 1000101 1001001 11110

Color Harmonies of #758515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758515

Black with #758515

Text Example


Text Example

White with #758515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758515; }

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

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

background-color css

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

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

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

border-color css

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

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

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