Html Css Color HEX #75AA3E Sushi

📋 copy color: '#75AA3E'

red 117 ◦ green 170 ◦ blue 62

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

Shades of Sushi #75AA3E

Tints of Sushi #75AA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.77%

R = 33.52%
G = 48.71%
B = 17.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#75AA3E (or 0x75AA3E) is known color: Sushi. HEX triplet: 75, AA and 3E. RGB value is (117,170,62). Sum of RGB (Red+Green+Blue) = 117+170+62=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA3E is #8A55C1. Grayscale: #8E8E8E. Windows color (decimal): -9065922 or 4106869. OLE color: 4106869.

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

Color convert

RGB 117 170 62 -
CMYK 0.31 0 0.64 0.33
HSL 89.44º 0.47% 0.45% -
HSV(B) 89.44º 0.64% 0.67% -
XYZ 22.58 32.88 9.71 -
YUV 141.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 117 170 62 0.31 0 0.64 0.33 89.44 0.47 0.45
Hex 75 AA 3E 1F 0 40 21 59 2F 2D
Octal 165 252 76 37 0 100 41 131 57 55
Binary 1110101 10101010 111110 11111 0 1000000 100001 1011001 101111 101101

Color Harmonies of #75AA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA3E

Black with #75AA3E

Text Example


Text Example

White with #75AA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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