Html Css Color HEX #75AB3F Sushi

📋 copy color: '#75AB3F'

red 117 ◦ green 171 ◦ blue 63

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

Shades of Sushi #75AB3F

Tints of Sushi #75AB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.95%

R = 33.33%
G = 48.72%
B = 17.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#75AB3F (or 0x75AB3F) is known color: Sushi. HEX triplet: 75, AB and 3F. RGB value is (117,171,63). Sum of RGB (Red+Green+Blue) = 117+171+63=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB3F is #8A54C0. Grayscale: #8E8E8E. Windows color (decimal): -9065665 or 4172661. OLE color: 4172661.

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

Color convert

RGB 117 171 63 -
CMYK 0.32 0 0.63 0.33
HSL 90º 0.46% 0.46% -
HSV(B) 90º 0.63% 0.67% -
XYZ 22.8 33.27 9.92 -
YUV 142.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 117 171 63 0.32 0 0.63 0.33 90 0.46 0.46
Hex 75 AB 3F 20 0 3F 21 5A 2E 2E
Octal 165 253 77 40 0 77 41 132 56 56
Binary 1110101 10101011 111111 100000 0 111111 100001 1011010 101110 101110

Color Harmonies of #75AB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB3F

Black with #75AB3F

Text Example


Text Example

White with #75AB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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