#67680C

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

Shades of Fiji Green #67680C

Tints of Fiji Green #67680C

Color information

#67680C (or 0x67680C) is unknown color: approx Fiji Green. HEX triplet: 67, 68 and 0C. RGB value is (103,104,12). Sum of RGB (Red+Green+Blue) = 103+104+12=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #67680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67680C is #9897F3. Grayscale: #5D5D5D. Windows color (decimal): -10000372 or 813159. OLE color: 813159.

HSL color Cylindrical-coordinate representation of color #67680C: hue angle of 60.65º degrees, saturation: 0.79, 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 #67680C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB10310412-
CMYK0.0100.880.59
HSL60.65º79.31%22.75%-
HSV(B)60.65º88.46%40.78%-
XYZ10.6112.812.26-
YUV93.2182.17134.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.03%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=47.03%
G=47.49%
B=5.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103104120.0100.880.5960.6579.3122.75
Hex6768C10583B3d4f17
Octal1471501410130737511727
Binary110011111010001100101011000111011111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67680C; }

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

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

<style>
 a { background-color: #67680C; }

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

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

<style>
 span { border-color: #67680C; }

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

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