Html Css Color HEX #75A040 Sushi

📋 copy color: '#75A040'

red 117 ◦ green 160 ◦ blue 64

#75A040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #75A040

Tints of Sushi #75A040

RGB

 RED value IS 117 (46.09% from 255) = 34.31%

 GREEN value IS 160 (62.89% from 255) = 46.92%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 34.31%
G = 46.92%
B = 18.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#75A040 (or 0x75A040) is known color: Sushi. HEX triplet: 75, A0 and 40. RGB value is (117,160,64). Sum of RGB (Red+Green+Blue) = 117+160+64=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #75A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A040 is #8A5FBF. Grayscale: #888888. Windows color (decimal): -9068480 or 4235381. OLE color: 4235381.

HSL color Cylindrical-coordinate representation of color #75A040: hue angle of 86.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75A040 is Cyan = 0.27, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 160 64 -
CMYK 0.27 0 0.6 0.37
HSL 86.88º 0.43% 0.44% -
HSV(B) 86.88º 0.6% 0.63% -
XYZ 20.83 29.29 9.41 -
YUV 136.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 117 160 64 0.27 0 0.6 0.37 86.88 0.43 0.44
Hex 75 A0 40 1B 0 3C 25 57 2B 2C
Octal 165 240 100 33 0 74 45 127 53 54
Binary 1110101 10100000 1000000 11011 0 111100 100101 1010111 101011 101100

Color Harmonies of #75A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A040

Black with #75A040

Text Example


Text Example

White with #75A040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,160,64); }

 H1.HeaderClassName
 {
   color: #75A040;
 }
 .AnyTagClassName
 {
   color: #75A040;
 }
</style>

background-color css

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

 a { background-color: rgb(117,160,64); }

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

border-color css

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

 span { border-color: rgb(117,160,64); }

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