#676D1C

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

Shades of Fiji Green #676D1C

Tints of Fiji Green #676D1C

Color information

#676D1C (or 0x676D1C) is unknown color: approx Fiji Green. HEX triplet: 67, 6D and 1C. RGB value is (103,109,28). Sum of RGB (Red+Green+Blue) = 103+109+28=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #676D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676D1C is #9892E3. Grayscale: #626262. Windows color (decimal): -9999076 or 1863015. OLE color: 1863015.

HSL color Cylindrical-coordinate representation of color #676D1C: hue angle of 64.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #676D1C is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB10310928-
CMYK0.0600.740.57
HSL64.44º59.12%26.86%-
HSV(B)64.44º74.31%42.75%-
XYZ11.2713.93.19-
YUV97.9788.51131.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 28 (11.33% from 255) = 11.67%
R=42.92%
G=45.42%
B=11.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103109280.0600.740.5764.4459.1226.86
Hex676D1C604A39403b1b
Octal1471553460112711007333
Binary110011111011011110011001001010111001100000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676D1C; }

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

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

<style>
 a { background-color: #676D1C; }

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

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

<style>
 span { border-color: #676D1C; }

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

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