#676704

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

Shades of Fiji Green #676704

Tints of Fiji Green #676704

Color information

#676704 (or 0x676704) is unknown color: approx Fiji Green. HEX triplet: 67, 67 and 04. RGB value is (103,103,4). Sum of RGB (Red+Green+Blue) = 103+103+4=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 103 - color contains mainly: red, green. Hex color #676704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676704 is #9898FB. Grayscale: #5C5C5C. Windows color (decimal): -10000636 or 288615. OLE color: 288615.

HSL color Cylindrical-coordinate representation of color #676704: hue angle of 60º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #676704 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB1031034-
CMYK000.960.60
HSL60º92.52%20.98%-
HSV(B)60º96.12%40.39%-
XYZ10.4712.591.99-
YUV91.7178.5136.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.05%
GREEN value IS 103 (40.62% from 255) = 49.05%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=49.05%
G=49.05%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031034000.960.606092.5220.98
Hex6767400603C3c5d15
Octal147147400140747413525
Binary11001111100111100001100000111100111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676704; }

 p { color: rgb(103,103,4); }

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

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

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

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

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

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

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