Html Css Color HEX #75A441 Sushi

📋 copy color: '#75A441'

red 117 ◦ green 164 ◦ blue 65

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

Shades of Sushi #75A441

Tints of Sushi #75A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.4%

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

R = 33.82%
G = 47.4%
B = 18.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#75A441 (or 0x75A441) is known color: Sushi. HEX triplet: 75, A4 and 41. RGB value is (117,164,65). Sum of RGB (Red+Green+Blue) = 117+164+65=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #75A441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A441 is #8A5BBE. Grayscale: #8B8B8B. Windows color (decimal): -9067455 or 4301941. OLE color: 4301941.

HSL color Cylindrical-coordinate representation of color #75A441: hue angle of 88.48º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75A441 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 65 -
CMYK 0.29 0 0.60 0.36
HSL 88.48º 0.43% 0.45% -
HSV(B) 88.48º 0.6% 0.64% -
XYZ 21.57 30.71 9.79 -
YUV 138.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 117 164 65 0.29 0 0.60 0.36 88.48 0.43 0.45
Hex 75 A4 41 1D 0 3C 24 58 2B 2D
Octal 165 244 101 35 0 74 44 130 53 55
Binary 1110101 10100100 1000001 11101 0 111100 100100 1011000 101011 101101

Color Harmonies of #75A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A441

Black with #75A441

Text Example


Text Example

White with #75A441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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