#67681C

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

Shades of Fiji Green #67681C

Tints of Fiji Green #67681C

Color information

#67681C (or 0x67681C) is unknown color: approx Fiji Green. HEX triplet: 67, 68 and 1C. RGB value is (103,104,28). Sum of RGB (Red+Green+Blue) = 103+104+28=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #67681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67681C is #9897E3. Grayscale: #5F5F5F. Windows color (decimal): -10000356 or 1861735. OLE color: 1861735.

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

Color convert

RGB10310428-
CMYK0.0100.730.59
HSL60.79º57.58%25.88%-
HSV(B)60.79º73.08%40.78%-
XYZ10.7512.873.02-
YUV95.0490.17133.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.83%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=43.83%
G=44.26%
B=11.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103104280.0100.730.5960.7957.5825.88
Hex67681C10493B3d3a1a
Octal147150341011173757232
Binary110011111010001110010100100111101111110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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