Html Css Color HEX #75AB33 Sushi

📋 copy color: '#75AB33'

red 117 ◦ green 171 ◦ blue 51

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

Shades of Sushi #75AB33

Tints of Sushi #75AB33

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.44%

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

R = 34.51%
G = 50.44%
B = 15.04%

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

#75AB33 (or 0x75AB33) is known color: Sushi. HEX triplet: 75, AB and 33. RGB value is (117,171,51). Sum of RGB (Red+Green+Blue) = 117+171+51=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB33 is #8A54CC. Grayscale: #8D8D8D. Windows color (decimal): -9065677 or 3386229. OLE color: 3386229.

HSL color Cylindrical-coordinate representation of color #75AB33: hue angle of 87º 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 #75AB33 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 51 -
CMYK 0.32 0 0.70 0.33
HSL 87º 0.54% 0.44% -
HSV(B) 87º 0.7% 0.67% -
XYZ 22.5 33.15 8.34 -
YUV 141.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 117 171 51 0.32 0 0.70 0.33 87 0.54 0.44
Hex 75 AB 33 20 0 46 21 57 36 2C
Octal 165 253 63 40 0 106 41 127 66 54
Binary 1110101 10101011 110011 100000 0 1000110 100001 1010111 110110 101100

Color Harmonies of #75AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB33

Black with #75AB33

Text Example


Text Example

White with #75AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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