#6B7212

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

Shades of Fiji Green #6B7212

Tints of Fiji Green #6B7212

Color information

#6B7212 (or 0x6B7212) is unknown color: approx Fiji Green. HEX triplet: 6B, 72 and 12. RGB value is (107,114,18). Sum of RGB (Red+Green+Blue) = 107+114+18=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7212 is #948DED. Grayscale: #656565. Windows color (decimal): -9735662 or 1208939. OLE color: 1208939.

HSL color Cylindrical-coordinate representation of color #6B7212: hue angle of 64.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B7212 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB10711418-
CMYK0.0600.840.55
HSL64.38º72.73%25.88%-
HSV(B)64.38º84.21%44.71%-
XYZ12.1915.22.86-
YUV100.9681.18132.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=44.77%
G=47.70%
B=7.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107114180.0600.840.5564.3872.7325.88
Hex6B721260543740491a
Octal15316222601246710011132
Binary1101011111001010010110010101001101111000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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