#75811B

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

Shades of Trendy Green #75811B

Tints of Trendy Green #75811B

Color information

#75811B (or 0x75811B) is unknown color: approx Trendy Green. HEX triplet: 75, 81 and 1B. RGB value is (117,129,27). Sum of RGB (Red+Green+Blue) = 117+129+27=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #75811B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75811B is #8A7EE4. Grayscale: #727272. Windows color (decimal): -9076453 or 1802613. OLE color: 1802613.

HSL color Cylindrical-coordinate representation of color #75811B: hue angle of 67.06º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75811B is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB11712927-
CMYK0.0900.790.49
HSL67.06º65.38%30.59%-
HSV(B)67.06º79.07%50.59%-
XYZ15.3819.564-
YUV113.7879.02130.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 47.25%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=42.86%
G=47.25%
B=9.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129270.0900.790.4967.0665.3830.59
Hex75811B904F3143411f
Octal165201331101176110310137
Binary111010110000001110111001010011111100011000011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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