#6EA530

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

Shades of Sushi #6EA530

Tints of Sushi #6EA530

Color information

#6EA530 (or 0x6EA530) is unknown color: approx Sushi. HEX triplet: 6E, A5 and 30. RGB value is (110,165,48). Sum of RGB (Red+Green+Blue) = 110+165+48=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA530 is #915ACF. Grayscale: #878787. Windows color (decimal): -9525968 or 3188078. OLE color: 3188078.

HSL color Cylindrical-coordinate representation of color #6EA530: hue angle of 88.21º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6EA530 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB11016548-
CMYK0.3300.710.35
HSL88.21º54.93%41.76%-
HSV(B)88.21º70.91%64.71%-
XYZ20.4230.447.6-
YUV135.2278.78110.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=34.06%
G=51.08%
B=14.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal110165480.3300.710.3588.2154.9341.76
Hex6EA530210472358372a
Octal15624560410107431306752
Binary110111010100101110000100001010001111000111011000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA530; }

 p { color: rgb(110,165,48); }

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

<style>
 a { background-color: #6EA530; }

 a { background-color: rgb(110,165,48); }

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

<style>
 span { border-color: #6EA530; }

 span { border-color: rgb(110,165,48); }

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