#6b680b

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

Shades of Fiji Green #6B680B

Tints of Fiji Green #6B680B

Color information

#6B680B (or 0x6B680B) is unknown color: approx Fiji Green. HEX triplet: 6B, 68 and 0B. RGB value is (107,104,11). Sum of RGB (Red+Green+Blue) = 107+104+11=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B680B is #9497F4. Grayscale: #5E5E5E. Windows color (decimal): -9738229 or 747627. OLE color: 747627.

HSL color Cylindrical-coordinate representation of color #6B680B: hue angle of 58.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B680B is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB10710411-
CMYK00.030.900.58
HSL58.12º81.36%23.14%-
HSV(B)58.12º89.72%41.96%-
XYZ11.0713.052.25-
YUV94.380.99137.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.20%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=48.20%
G=46.85%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071041100.030.900.5858.1281.3623.14
Hex6B68B035A3A3a5117
Octal1531501303132727212127
Binary1101011110100010110111011010111010111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b680b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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