Html Css Color HEX #75A141 Sushi

📋 copy color: '#75A141'

red 117 ◦ green 161 ◦ blue 65

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

Shades of Sushi #75A141

Tints of Sushi #75A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.94%

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 34.11%
G = 46.94%
B = 18.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#75A141 (or 0x75A141) is known color: Sushi. HEX triplet: 75, A1 and 41. RGB value is (117,161,65). Sum of RGB (Red+Green+Blue) = 117+161+65=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #75A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A141 is #8A5EBE. Grayscale: #898989. Windows color (decimal): -9068223 or 4301173. OLE color: 4301173.

HSL color Cylindrical-coordinate representation of color #75A141: hue angle of 87.5º degrees, saturation: 0.42, 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 #75A141 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 161 65 -
CMYK 0.27 0 0.60 0.37
HSL 87.5º 0.42% 0.44% -
HSV(B) 87.5º 0.6% 0.63% -
XYZ 21.04 29.65 9.62 -
YUV 136.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 117 161 65 0.27 0 0.60 0.37 87.5 0.42 0.44
Hex 75 A1 41 1B 0 3C 25 57 2A 2C
Octal 165 241 101 33 0 74 45 127 52 54
Binary 1110101 10100001 1000001 11011 0 111100 100101 1010111 101010 101100

Color Harmonies of #75A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A141

Black with #75A141

Text Example


Text Example

White with #75A141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,161,65); }

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

background-color css

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

 a { background-color: rgb(117,161,65); }

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

border-color css

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

 span { border-color: rgb(117,161,65); }

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