Html Css Color HEX #758914 Trendy Green

📋 copy color: '#758914'

red 117 ◦ green 137 ◦ blue 20

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

Shades of Trendy Green #758914

Tints of Trendy Green #758914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 42.7%
G = 50%
B = 7.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#758914 (or 0x758914) is known color: Trendy Green. HEX triplet: 75, 89 and 14. RGB value is (117,137,20). Sum of RGB (Red+Green+Blue) = 117+137+20=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #758914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758914 is #8A76EB. Grayscale: #767676. Windows color (decimal): -9074412 or 1345909. OLE color: 1345909.

HSL color Cylindrical-coordinate representation of color #758914: hue angle of 70.26º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #758914 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 20 -
CMYK 0.15 0 0.85 0.46
HSL 70.26º 0.75% 0.31% -
HSV(B) 70.26º 0.85% 0.54% -
XYZ 16.41 21.72 3.99 -
YUV 117.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 117 137 20 0.15 0 0.85 0.46 70.26 0.75 0.31
Hex 75 89 14 F 0 55 2E 46 4B 1F
Octal 165 211 24 17 0 125 56 106 113 37
Binary 1110101 10001001 10100 1111 0 1010101 101110 1000110 1001011 11111

Color Harmonies of #758914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758914

Black with #758914

Text Example


Text Example

White with #758914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758914; }

 p { color: rgb(117,137,20); }

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

background-color css

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

 a { background-color: rgb(117,137,20); }

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

border-color css

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

 span { border-color: rgb(117,137,20); }

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