Html Css Color HEX #75AC33 Sushi

📋 copy color: '#75AC33'

red 117 ◦ green 172 ◦ blue 51

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

Shades of Sushi #75AC33

Tints of Sushi #75AC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15%

R = 34.41%
G = 50.59%
B = 15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#75AC33 (or 0x75AC33) is known color: Sushi. HEX triplet: 75, AC and 33. RGB value is (117,172,51). Sum of RGB (Red+Green+Blue) = 117+172+51=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC33 is #8A53CC. Grayscale: #8E8E8E. Windows color (decimal): -9065421 or 3386485. OLE color: 3386485.

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

Color convert

RGB 117 172 51 -
CMYK 0.32 0 0.70 0.33
HSL 87.27º 0.54% 0.44% -
HSV(B) 87.27º 0.7% 0.67% -
XYZ 22.69 33.53 8.41 -
YUV 141.76 76.78 110.34 -
System Red Green Blue C M Y K H S L
Decimal 117 172 51 0.32 0 0.70 0.33 87.27 0.54 0.44
Hex 75 AC 33 20 0 46 21 57 36 2C
Octal 165 254 63 40 0 106 41 127 66 54
Binary 1110101 10101100 110011 100000 0 1000110 100001 1010111 110110 101100

Color Harmonies of #75AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC33

Black with #75AC33

Text Example


Text Example

White with #75AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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