#676E1F

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

Shades of Fiji Green #676E1F

Tints of Fiji Green #676E1F

Color information

#676E1F (or 0x676E1F) is unknown color: approx Fiji Green. HEX triplet: 67, 6E and 1F. RGB value is (103,110,31). Sum of RGB (Red+Green+Blue) = 103+110+31=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #676E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676E1F is #9891E0. Grayscale: #636363. Windows color (decimal): -9998817 or 2059879. OLE color: 2059879.

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

Color convert

RGB10311031-
CMYK0.0600.720.57
HSL65.32º56.03%27.65%-
HSV(B)65.32º71.82%43.14%-
XYZ11.4214.133.42-
YUV98.989.68130.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.21%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=42.21%
G=45.08%
B=12.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103110310.0600.720.5765.3256.0327.65
Hex676E1F60483941381c
Octal1471563760110711017034
Binary110011111011101111111001001000111001100000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,110,31); }

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

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

 a { background-color: rgb(103,110,31); }

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

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

 span { border-color: rgb(103,110,31); }

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