#75812A

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

Shades of Trendy Green #75812A

Tints of Trendy Green #75812A

Color information

#75812A (or 0x75812A) is unknown color: approx Trendy Green. HEX triplet: 75, 81 and 2A. RGB value is (117,129,42). Sum of RGB (Red+Green+Blue) = 117+129+42=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #75812A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75812A is #8A7ED5. Grayscale: #737373. Windows color (decimal): -9076438 or 2785653. OLE color: 2785653.

HSL color Cylindrical-coordinate representation of color #75812A: hue angle of 68.28º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75812A is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB11712942-
CMYK0.0900.670.49
HSL68.28º50.88%33.53%-
HSV(B)68.28º67.44%50.59%-
XYZ15.619.655.16-
YUV115.4986.52129.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=40.62%
G=44.79%
B=14.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129420.0900.670.4968.2850.8833.53
Hex75812A904331443322
Octal16520152110103611046342
Binary1110101100000011010101001010000111100011000100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75812A; }

 p { color: rgb(117,129,42); }

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

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

 a { background-color: rgb(117,129,42); }

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

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

 span { border-color: rgb(117,129,42); }

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