#68670D

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

Shades of Fiji Green #68670D

Tints of Fiji Green #68670D

Color information

#68670D (or 0x68670D) is unknown color: approx Fiji Green. HEX triplet: 68, 67 and 0D. RGB value is (104,103,13). Sum of RGB (Red+Green+Blue) = 104+103+13=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68670D is #9798F2. Grayscale: #5D5D5D. Windows color (decimal): -9935091 or 878440. OLE color: 878440.

HSL color Cylindrical-coordinate representation of color #68670D: hue angle of 59.34º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68670D is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB10410313-
CMYK00.010.880.59
HSL59.34º77.78%22.94%-
HSV(B)59.34º87.5%40.78%-
XYZ10.6312.672.27-
YUV93.0482.83135.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 103 (40.62% from 255) = 46.82%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=47.27%
G=46.82%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041031300.010.880.5959.3477.7822.94
Hex6867D01583B3b4e17
Octal1501471501130737311627
Binary110100011001111101011011000111011111011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68670D; }

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

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

<style>
 a { background-color: #68670D; }

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

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

<style>
 span { border-color: #68670D; }

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

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