#757B12

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

Shades of Trendy Green #757B12

Tints of Trendy Green #757B12

Color information

#757B12 (or 0x757B12) is unknown color: approx Trendy Green. HEX triplet: 75, 7B and 12. RGB value is (117,123,18). Sum of RGB (Red+Green+Blue) = 117+123+18=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #757B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B12 is #8A84ED. Grayscale: #6D6D6D. Windows color (decimal): -9077998 or 1211253. OLE color: 1211253.

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

Color convert

RGB11712318-
CMYK0.0500.850.52
HSL63.43º74.47%27.65%-
HSV(B)63.43º85.37%48.24%-
XYZ14.5317.993.28-
YUV109.2476.51133.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 123 (48.44% from 255) = 47.67%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=45.35%
G=47.67%
B=6.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123180.0500.850.5263.4374.4727.65
Hex757B125055343f4a1c
Octal1651732250125647711234
Binary111010111110111001010101010101110100111111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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