Html Css Color HEX #758315 Trendy Green

📋 copy color: '#758315'

red 117 ◦ green 131 ◦ blue 21

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

Shades of Trendy Green #758315

Tints of Trendy Green #758315

RGB

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

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

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

R = 43.49%
G = 48.7%
B = 7.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#758315 (or 0x758315) is known color: Trendy Green. HEX triplet: 75, 83 and 15. RGB value is (117,131,21). Sum of RGB (Red+Green+Blue) = 117+131+21=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #758315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758315 is #8A7CEA. Grayscale: #727272. Windows color (decimal): -9075947 or 1409909. OLE color: 1409909.

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

Color convert

RGB 117 131 21 -
CMYK 0.11 0 0.84 0.49
HSL 67.64º 0.72% 0.3% -
HSV(B) 67.64º 0.84% 0.51% -
XYZ 15.59 20.07 3.76 -
YUV 114.27 75.36 129.94 -
System Red Green Blue C M Y K H S L
Decimal 117 131 21 0.11 0 0.84 0.49 67.64 0.72 0.3
Hex 75 83 15 B 0 54 31 44 48 1E
Octal 165 203 25 13 0 124 61 104 110 36
Binary 1110101 10000011 10101 1011 0 1010100 110001 1000100 1001000 11110

Color Harmonies of #758315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758315

Black with #758315

Text Example


Text Example

White with #758315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758315; }

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

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

background-color css

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

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

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

border-color css

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

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

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