#677005

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

Shades of Fiji Green #677005

Tints of Fiji Green #677005

Color information

#677005 (or 0x677005) is unknown color: approx Fiji Green. HEX triplet: 67, 70 and 05. RGB value is (103,112,5). Sum of RGB (Red+Green+Blue) = 103+112+5=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #677005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677005 is #988FFA. Grayscale: #616161. Windows color (decimal): -9998331 or 356455. OLE color: 356455.

HSL color Cylindrical-coordinate representation of color #677005: hue angle of 65.05º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #677005 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB1031125-
CMYK0.0800.960.56
HSL65.05º91.45%22.94%-
HSV(B)65.05º95.54%43.92%-
XYZ11.4214.482.34-
YUV97.1176.02132.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.82%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=46.82%
G=50.91%
B=2.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10311250.0800.960.5665.0591.4522.94
Hex67705806038415b17
Octal14716051001407010113327
Binary110011111100001011000011000001110001000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677005; }

 p { color: rgb(103,112,5); }

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

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

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

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

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

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

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