Html Css Color HEX #758814 Trendy Green

📋 copy color: '#758814'

red 117 ◦ green 136 ◦ blue 20

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

Shades of Trendy Green #758814

Tints of Trendy Green #758814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.82%

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

R = 42.86%
G = 49.82%
B = 7.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#758814 (or 0x758814) is known color: Trendy Green. HEX triplet: 75, 88 and 14. RGB value is (117,136,20). Sum of RGB (Red+Green+Blue) = 117+136+20=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #758814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758814 is #8A77EB. Grayscale: #757575. Windows color (decimal): -9074668 or 1345653. OLE color: 1345653.

HSL color Cylindrical-coordinate representation of color #758814: hue angle of 69.83º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #758814 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 20 -
CMYK 0.14 0 0.85 0.47
HSL 69.83º 0.74% 0.31% -
HSV(B) 69.83º 0.85% 0.53% -
XYZ 16.27 21.44 3.94 -
YUV 117.1 73.21 127.93 -
System Red Green Blue C M Y K H S L
Decimal 117 136 20 0.14 0 0.85 0.47 69.83 0.74 0.31
Hex 75 88 14 E 0 55 2F 46 4A 1F
Octal 165 210 24 16 0 125 57 106 112 37
Binary 1110101 10001000 10100 1110 0 1010101 101111 1000110 1001010 11111

Color Harmonies of #758814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758814

Black with #758814

Text Example


Text Example

White with #758814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758814; }

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

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

background-color css

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

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

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

border-color css

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

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

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