#676512

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

Shades of Fiji Green #676512

Tints of Fiji Green #676512

Color information

#676512 (or 0x676512) is unknown color: approx Fiji Green. HEX triplet: 67, 65 and 12. RGB value is (103,101,18). Sum of RGB (Red+Green+Blue) = 103+101+18=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #676512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676512 is #989AED. Grayscale: #5C5C5C. Windows color (decimal): -10001134 or 1205607. OLE color: 1205607.

HSL color Cylindrical-coordinate representation of color #676512: hue angle of 58.59º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #676512 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB10310118-
CMYK00.020.830.60
HSL58.59º70.25%23.73%-
HSV(B)58.59º82.52%40.39%-
XYZ10.3612.232.39-
YUV92.1486.16135.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=46.40%
G=45.50%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031011800.020.830.6058.5970.2523.73
Hex67651202533C3b4618
Octal1471452202123747310630
Binary11001111100101100100101010011111100111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676512; }

 p { color: rgb(103,101,18); }

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

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

 a { background-color: rgb(103,101,18); }

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

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

 span { border-color: rgb(103,101,18); }

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