Html Css Color HEX #75AA3F Sushi

📋 copy color: '#75AA3F'

red 117 ◦ green 170 ◦ blue 63

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

Shades of Sushi #75AA3F

Tints of Sushi #75AA3F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.57%

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

R = 33.43%
G = 48.57%
B = 18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#75AA3F (or 0x75AA3F) is known color: Sushi. HEX triplet: 75, AA and 3F. RGB value is (117,170,63). Sum of RGB (Red+Green+Blue) = 117+170+63=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA3F is #8A55C0. Grayscale: #8E8E8E. Windows color (decimal): -9065921 or 4172405. OLE color: 4172405.

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

Color convert

RGB 117 170 63 -
CMYK 0.31 0 0.63 0.33
HSL 89.72º 0.46% 0.46% -
HSV(B) 89.72º 0.63% 0.67% -
XYZ 22.61 32.89 9.86 -
YUV 141.96 83.44 110.2 -
System Red Green Blue C M Y K H S L
Decimal 117 170 63 0.31 0 0.63 0.33 89.72 0.46 0.46
Hex 75 AA 3F 1F 0 3F 21 5A 2E 2E
Octal 165 252 77 37 0 77 41 132 56 56
Binary 1110101 10101010 111111 11111 0 111111 100001 1011010 101110 101110

Color Harmonies of #75AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA3F

Black with #75AA3F

Text Example


Text Example

White with #75AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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