#75AB34

Color #75AB34 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #75AB34

Tints of Sushi #75AB34

Color information

#75AB34 (or 0x75AB34) is unknown color: approx Sushi. HEX triplet: 75, AB and 34. RGB value is (117,171,52). Sum of RGB (Red+Green+Blue) = 117+171+52=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB34 is #8A54CB. Grayscale: #8D8D8D. Windows color (decimal): -9065676 or 3451765. OLE color: 3451765.

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

Color convert

RGB11717152-
CMYK0.3200.700.33
HSL87.23º53.36%43.73%-
HSV(B)87.23º69.59%67.06%-
XYZ22.5233.168.46-
YUV141.2977.61110.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 52 (20.70% from 255) = 15.29%
R=34.41%
G=50.29%
B=15.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171520.3200.700.3387.2353.3643.73
Hex75AB34200462157352c
Octal16525364400106411276554
Binary111010110101011110100100000010001101000011010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75AB34;
 }
 .AnyTagClassName
 {
   color: #75AB34;
 }
</style>
background-color css

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

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

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

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

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

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