Html Css Color HEX #75AC37 Sushi

📋 copy color: '#75AC37'

red 117 ◦ green 172 ◦ blue 55

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

Shades of Sushi #75AC37

Tints of Sushi #75AC37

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50%

 BLUE value IS 55 (21.88% from 255) = 15.99%

R = 34.01%
G = 50%
B = 15.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#75AC37 (or 0x75AC37) is known color: Sushi. HEX triplet: 75, AC and 37. RGB value is (117,172,55). Sum of RGB (Red+Green+Blue) = 117+172+55=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC37 is #8A53C8. Grayscale: #8E8E8E. Windows color (decimal): -9065417 or 3648629. OLE color: 3648629.

HSL color Cylindrical-coordinate representation of color #75AC37: hue angle of 88.21º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75AC37 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 55 -
CMYK 0.32 0 0.68 0.33
HSL 88.21º 0.52% 0.45% -
HSV(B) 88.21º 0.68% 0.67% -
XYZ 22.78 33.56 8.89 -
YUV 142.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 117 172 55 0.32 0 0.68 0.33 88.21 0.52 0.45
Hex 75 AC 37 20 0 44 21 58 34 2D
Octal 165 254 67 40 0 104 41 130 64 55
Binary 1110101 10101100 110111 100000 0 1000100 100001 1011000 110100 101101

Color Harmonies of #75AC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC37

Black with #75AC37

Text Example


Text Example

White with #75AC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,55); }

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

background-color css

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

 a { background-color: rgb(117,172,55); }

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

border-color css

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

 span { border-color: rgb(117,172,55); }

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