#6FA530

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

Shades of Sushi #6FA530

Tints of Sushi #6FA530

Color information

#6FA530 (or 0x6FA530) is unknown color: approx Sushi. HEX triplet: 6F, A5 and 30. RGB value is (111,165,48). Sum of RGB (Red+Green+Blue) = 111+165+48=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA530 is #905ACF. Grayscale: #878787. Windows color (decimal): -9460432 or 3188079. OLE color: 3188079.

HSL color Cylindrical-coordinate representation of color #6FA530: hue angle of 87.69º 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 #6FA530 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB11116548-
CMYK0.3300.710.35
HSL87.69º54.93%41.76%-
HSV(B)87.69º70.91%64.71%-
XYZ20.5430.57.6-
YUV135.5278.61110.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=34.26%
G=50.93%
B=14.81%

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
Decimal111165480.3300.710.3587.6954.9341.76
Hex6FA530210472358372a
Octal15724560410107431306752
Binary110111110100101110000100001010001111000111011000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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