#6B6812

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

Shades of Fiji Green #6B6812

Tints of Fiji Green #6B6812

Color information

#6B6812 (or 0x6B6812) is unknown color: approx Fiji Green. HEX triplet: 6B, 68 and 12. RGB value is (107,104,18). Sum of RGB (Red+Green+Blue) = 107+104+18=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6812 is #9497ED. Grayscale: #5F5F5F. Windows color (decimal): -9738222 or 1206379. OLE color: 1206379.

HSL color Cylindrical-coordinate representation of color #6B6812: hue angle of 57.98º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B6812 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB10710418-
CMYK00.030.830.58
HSL57.98º71.2%24.51%-
HSV(B)57.98º83.18%41.96%-
XYZ11.1213.072.51-
YUV95.0984.49136.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.72%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=46.72%
G=45.41%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071041800.030.830.5857.9871.224.51
Hex6B681203533A3a4719
Octal1531502203123727210731
Binary11010111101000100100111010011111010111010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,18); }

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

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

 a { background-color: rgb(107,104,18); }

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

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

 span { border-color: rgb(107,104,18); }

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