#677216

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

Shades of Fiji Green #677216

Tints of Fiji Green #677216

Color information

#677216 (or 0x677216) is unknown color: approx Fiji Green. HEX triplet: 67, 72 and 16. RGB value is (103,114,22). Sum of RGB (Red+Green+Blue) = 103+114+22=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #677216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677216 is #988DE9. Grayscale: #646464. Windows color (decimal): -9997802 or 1471079. OLE color: 1471079.

HSL color Cylindrical-coordinate representation of color #677216: hue angle of 67.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #677216 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB10311422-
CMYK0.1000.810.55
HSL67.17º67.65%26.67%-
HSV(B)67.17º80.7%44.71%-
XYZ11.7614.983.03-
YUV100.2283.86129.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.10%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=43.10%
G=47.70%
B=9.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103114220.1000.810.5567.1767.6526.67
Hex677216A0513743441b
Octal147162261201216710310433
Binary11001111110010101101010010100011101111000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677216; }

 p { color: rgb(103,114,22); }

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

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

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

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

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

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

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