Html Css Color HEX #758319 Trendy Green

📋 copy color: '#758319'

red 117 ◦ green 131 ◦ blue 25

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

Shades of Trendy Green #758319

Tints of Trendy Green #758319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 42.86%
G = 47.99%
B = 9.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#758319 (or 0x758319) is known color: Trendy Green. HEX triplet: 75, 83 and 19. RGB value is (117,131,25). Sum of RGB (Red+Green+Blue) = 117+131+25=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #758319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758319 is #8A7CE6. Grayscale: #737373. Windows color (decimal): -9075943 or 1672053. OLE color: 1672053.

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

Color convert

RGB 117 131 25 -
CMYK 0.11 0 0.81 0.49
HSL 67.92º 0.68% 0.31% -
HSV(B) 67.92º 0.81% 0.51% -
XYZ 15.63 20.08 3.97 -
YUV 114.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 117 131 25 0.11 0 0.81 0.49 67.92 0.68 0.31
Hex 75 83 19 B 0 51 31 44 44 1F
Octal 165 203 31 13 0 121 61 104 104 37
Binary 1110101 10000011 11001 1011 0 1010001 110001 1000100 1000100 11111

Color Harmonies of #758319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758319

Black with #758319

Text Example


Text Example

White with #758319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758319; }

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

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

background-color css

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

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

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

border-color css

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

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

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