#68671B

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

Shades of Fiji Green #68671B

Tints of Fiji Green #68671B

Color information

#68671B (or 0x68671B) is unknown color: approx Fiji Green. HEX triplet: 68, 67 and 1B. RGB value is (104,103,27). Sum of RGB (Red+Green+Blue) = 104+103+27=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68671B is #9798E4. Grayscale: #5E5E5E. Windows color (decimal): -9935077 or 1795944. OLE color: 1795944.

HSL color Cylindrical-coordinate representation of color #68671B: hue angle of 59.22º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68671B is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB10410327-
CMYK00.010.740.59
HSL59.22º58.78%25.69%-
HSV(B)59.22º74.04%40.78%-
XYZ10.7612.722.93-
YUV94.6489.83134.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=44.44%
G=44.02%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041032700.010.740.5959.2258.7825.69
Hex68671B014A3B3b3b1a
Octal150147330111273737332
Binary110100011001111101101100101011101111101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68671B; }

 p { color: rgb(104,103,27); }

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

<style>
 a { background-color: #68671B; }

 a { background-color: rgb(104,103,27); }

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

<style>
 span { border-color: #68671B; }

 span { border-color: rgb(104,103,27); }

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