Html Css Color HEX #75A940 Sushi

📋 copy color: '#75A940'

red 117 ◦ green 169 ◦ blue 64

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

Shades of Sushi #75A940

Tints of Sushi #75A940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.29%

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

R = 33.43%
G = 48.29%
B = 18.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#75A940 (or 0x75A940) is known color: Sushi. HEX triplet: 75, A9 and 40. RGB value is (117,169,64). Sum of RGB (Red+Green+Blue) = 117+169+64=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #75A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A940 is #8A56BF. Grayscale: #8D8D8D. Windows color (decimal): -9066176 or 4237685. OLE color: 4237685.

HSL color Cylindrical-coordinate representation of color #75A940: hue angle of 89.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75A940 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 169 64 -
CMYK 0.31 0 0.62 0.34
HSL 89.71º 0.45% 0.46% -
HSV(B) 89.71º 0.62% 0.66% -
XYZ 22.45 32.53 9.95 -
YUV 141.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 117 169 64 0.31 0 0.62 0.34 89.71 0.45 0.46
Hex 75 A9 40 1F 0 3E 22 5A 2D 2E
Octal 165 251 100 37 0 76 42 132 55 56
Binary 1110101 10101001 1000000 11111 0 111110 100010 1011010 101101 101110

Color Harmonies of #75A940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A940

Black with #75A940

Text Example


Text Example

White with #75A940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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