#676F0C

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

Shades of Fiji Green #676F0C

Tints of Fiji Green #676F0C

Color information

#676F0C (or 0x676F0C) is unknown color: approx Fiji Green. HEX triplet: 67, 6F and 0C. RGB value is (103,111,12). Sum of RGB (Red+Green+Blue) = 103+111+12=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #676F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676F0C is #9890F3. Grayscale: #616161. Windows color (decimal): -9998580 or 814951. OLE color: 814951.

HSL color Cylindrical-coordinate representation of color #676F0C: hue angle of 64.85º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #676F0C is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB10311112-
CMYK0.0700.890.56
HSL64.85º80.49%24.12%-
HSV(B)64.85º89.19%43.53%-
XYZ11.3414.282.51-
YUV97.3279.85132.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 111 (43.75% from 255) = 49.12%
BLUE value IS 12 (5.08% from 255) = 5.31%
R=45.58%
G=49.12%
B=5.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103111120.0700.890.5664.8580.4924.12
Hex676FC705938415018
Octal14715714701317010112030
Binary110011111011111100111010110011110001000001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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