#75841C

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

Shades of Trendy Green #75841C

Tints of Trendy Green #75841C

Color information

#75841C (or 0x75841C) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 1C. RGB value is (117,132,28). Sum of RGB (Red+Green+Blue) = 117+132+28=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #75841C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75841C is #8A7BE3. Grayscale: #747474. Windows color (decimal): -9075684 or 1868917. OLE color: 1868917.

HSL color Cylindrical-coordinate representation of color #75841C: hue angle of 68.65º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75841C is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB11713228-
CMYK0.1100.790.48
HSL68.65º65%31.37%-
HSV(B)68.65º78.79%51.76%-
XYZ15.820.374.2-
YUV115.6678.53128.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=42.24%
G=47.65%
B=10.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132280.1100.790.4868.656531.37
Hex75841CB04F3045411f
Octal165204341301176010510137
Binary111010110000100111001011010011111100001000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75841C; }

 p { color: rgb(117,132,28); }

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

<style>
 a { background-color: #75841C; }

 a { background-color: rgb(117,132,28); }

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

<style>
 span { border-color: #75841C; }

 span { border-color: rgb(117,132,28); }

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