Html Css Color HEX #75AB3C Sushi

📋 copy color: '#75AB3C'

red 117 ◦ green 171 ◦ blue 60

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

Shades of Sushi #75AB3C

Tints of Sushi #75AB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 33.62%
G = 49.14%
B = 17.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#75AB3C (or 0x75AB3C) is known color: Sushi. HEX triplet: 75, AB and 3C. RGB value is (117,171,60). Sum of RGB (Red+Green+Blue) = 117+171+60=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB3C is #8A54C3. Grayscale: #8E8E8E. Windows color (decimal): -9065668 or 3976053. OLE color: 3976053.

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

Color convert

RGB 117 171 60 -
CMYK 0.32 0 0.65 0.33
HSL 89.19º 0.48% 0.45% -
HSV(B) 89.19º 0.65% 0.67% -
XYZ 22.71 33.23 9.49 -
YUV 142.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 117 171 60 0.32 0 0.65 0.33 89.19 0.48 0.45
Hex 75 AB 3C 20 0 41 21 59 30 2D
Octal 165 253 74 40 0 101 41 131 60 55
Binary 1110101 10101011 111100 100000 0 1000001 100001 1011001 110000 101101

Color Harmonies of #75AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB3C

Black with #75AB3C

Text Example


Text Example

White with #75AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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