#6F9C3F

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

Shades of Sushi #6F9C3F

Tints of Sushi #6F9C3F

Color information

#6F9C3F (or 0x6F9C3F) is unknown color: approx Sushi. HEX triplet: 6F, 9C and 3F. RGB value is (111,156,63). Sum of RGB (Red+Green+Blue) = 111+156+63=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9C3F is #9063C0. Grayscale: #848484. Windows color (decimal): -9462721 or 4168815. OLE color: 4168815.

HSL color Cylindrical-coordinate representation of color #6F9C3F: hue angle of 89.03º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F9C3F is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB11115663-
CMYK0.2900.600.39
HSL89.03º42.47%42.94%-
HSV(B)89.03º59.62%61.18%-
XYZ19.3427.528.99-
YUV131.9489.09113.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 63 (25% from 255) = 19.09%
R=33.64%
G=47.27%
B=19.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111156630.2900.600.3989.0342.4742.94
Hex6F9C3F1D03C27592a2b
Octal1572347735074471315253
Binary1101111100111001111111110101111001001111011001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,156,63); }

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

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

 a { background-color: rgb(111,156,63); }

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

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

 span { border-color: rgb(111,156,63); }

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