#75A42F

Color #75A42F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #75A42F

Tints of Sushi #75A42F

Color information

#75A42F (or 0x75A42F) is unknown color: approx Sushi. HEX triplet: 75, A4 and 2F. RGB value is (117,164,47). Sum of RGB (Red+Green+Blue) = 117+164+47=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #75A42F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A42F is #8A5BD0. Grayscale: #898989. Windows color (decimal): -9067473 or 3122293. OLE color: 3122293.

HSL color Cylindrical-coordinate representation of color #75A42F: hue angle of 84.1º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75A42F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB11716447-
CMYK0.2900.710.36
HSL84.1º55.45%41.37%-
HSV(B)84.1º71.34%64.31%-
XYZ21.1230.547.47-
YUV136.6177.43114.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 14.33%
R=35.67%
G=50%
B=14.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117164470.2900.710.3684.155.4541.37
Hex75A42F1D04724543729
Octal16524457350107441246751
Binary11101011010010010111111101010001111001001010100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A42F; }

 p { color: rgb(117,164,47); }

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

<style>
 a { background-color: #75A42F; }

 a { background-color: rgb(117,164,47); }

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

<style>
 span { border-color: #75A42F; }

 span { border-color: rgb(117,164,47); }

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