#75811A

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

Shades of Trendy Green #75811A

Tints of Trendy Green #75811A

Color information

#75811A (or 0x75811A) is unknown color: approx Trendy Green. HEX triplet: 75, 81 and 1A. RGB value is (117,129,26). Sum of RGB (Red+Green+Blue) = 117+129+26=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #75811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75811A is #8A7EE5. Grayscale: #727272. Windows color (decimal): -9076454 or 1737077. OLE color: 1737077.

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

Color convert

RGB11712926-
CMYK0.0900.800.49
HSL66.99º66.45%30.39%-
HSV(B)66.99º79.84%50.59%-
XYZ15.3719.563.94-
YUV113.6778.52130.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=43.01%
G=47.43%
B=9.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129260.0900.800.4966.9966.4530.39
Hex75811A90503143421e
Octal165201321101206110310236
Binary111010110000001110101001010100001100011000011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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