#6E9A2F

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

Shades of Sushi #6E9A2F

Tints of Sushi #6E9A2F

Color information

#6E9A2F (or 0x6E9A2F) is unknown color: approx Sushi. HEX triplet: 6E, 9A and 2F. RGB value is (110,154,47). Sum of RGB (Red+Green+Blue) = 110+154+47=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #6E9A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9A2F is #9165D0. Grayscale: #818181. Windows color (decimal): -9528785 or 3119726. OLE color: 3119726.

HSL color Cylindrical-coordinate representation of color #6E9A2F: hue angle of 84.67º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E9A2F is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB11015447-
CMYK0.2900.690.40
HSL84.67º53.23%39.41%-
HSV(B)84.67º69.48%60.39%-
XYZ18.526.636.85-
YUV128.6581.92114.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.37%
GREEN value IS 154 (60.55% from 255) = 49.52%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=35.37%
G=49.52%
B=15.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110154470.2900.690.4084.6753.2339.41
Hex6E9A2F1D04528553527
Octal15623257350105501256547
Binary11011101001101010111111101010001011010001010101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,154,47); }

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

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

 a { background-color: rgb(110,154,47); }

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

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

 span { border-color: rgb(110,154,47); }

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