Html Css Color HEX #75AC36 Sushi

📋 copy color: '#75AC36'

red 117 ◦ green 172 ◦ blue 54

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

Shades of Sushi #75AC36

Tints of Sushi #75AC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 34.11%
G = 50.15%
B = 15.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#75AC36 (or 0x75AC36) is known color: Sushi. HEX triplet: 75, AC and 36. RGB value is (117,172,54). Sum of RGB (Red+Green+Blue) = 117+172+54=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC36 is #8A53C9. Grayscale: #8E8E8E. Windows color (decimal): -9065418 or 3583093. OLE color: 3583093.

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

Color convert

RGB 117 172 54 -
CMYK 0.32 0 0.69 0.33
HSL 87.97º 0.52% 0.44% -
HSV(B) 87.97º 0.69% 0.67% -
XYZ 22.75 33.55 8.77 -
YUV 142.1 78.28 110.09 -
System Red Green Blue C M Y K H S L
Decimal 117 172 54 0.32 0 0.69 0.33 87.97 0.52 0.44
Hex 75 AC 36 20 0 45 21 58 34 2C
Octal 165 254 66 40 0 105 41 130 64 54
Binary 1110101 10101100 110110 100000 0 1000101 100001 1011000 110100 101100

Color Harmonies of #75AC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC36

Black with #75AC36

Text Example


Text Example

White with #75AC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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