#75802B

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

Shades of Trendy Green #75802B

Tints of Trendy Green #75802B

Color information

#75802B (or 0x75802B) is unknown color: approx Trendy Green. HEX triplet: 75, 80 and 2B. RGB value is (117,128,43). Sum of RGB (Red+Green+Blue) = 117+128+43=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #75802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75802B is #8A7FD4. Grayscale: #737373. Windows color (decimal): -9076693 or 2850933. OLE color: 2850933.

HSL color Cylindrical-coordinate representation of color #75802B: hue angle of 67.76º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75802B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB11712843-
CMYK0.0900.660.50
HSL67.76º49.71%33.53%-
HSV(B)67.76º66.41%50.2%-
XYZ15.4919.395.21-
YUV115.0287.36129.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=40.62%
G=44.44%
B=14.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128430.0900.660.5067.7649.7133.53
Hex75802B904232443222
Octal16520053110102621046242
Binary1110101100000001010111001010000101100101000100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,128,43); }

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

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

 a { background-color: rgb(117,128,43); }

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

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

 span { border-color: rgb(117,128,43); }

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