#757B14

Color #757B14 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #757B14

Tints of Trendy Green #757B14

Color information

#757B14 (or 0x757B14) is unknown color: approx Trendy Green. HEX triplet: 75, 7B and 14. RGB value is (117,123,20). Sum of RGB (Red+Green+Blue) = 117+123+20=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #757B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B14 is #8A84EB. Grayscale: #6D6D6D. Windows color (decimal): -9077996 or 1342325. OLE color: 1342325.

HSL color Cylindrical-coordinate representation of color #757B14: hue angle of 63.5º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #757B14 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB11712320-
CMYK0.0500.840.52
HSL63.5º72.03%28.04%-
HSV(B)63.5º83.74%48.24%-
XYZ14.55183.37-
YUV109.4677.51133.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 123 (48.44% from 255) = 47.31%
BLUE value IS 20 (8.20% from 255) = 7.69%
R=45%
G=47.31%
B=7.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123200.0500.840.5263.572.0328.04
Hex757B145054343f481c
Octal1651732450124647711034
Binary111010111110111010010101010100110100111111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757B14; }

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

 H1.HeaderClassName
 {
   color: #757B14;
 }
 .AnyTagClassName
 {
   color: #757B14;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #757B14;
 }
 .BgClassName
 {
   background-color: #757B14;
 }
</style>
border-color css

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

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

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