#697710

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

Shades of Fiji Green #697710

Tints of Fiji Green #697710

Color information

#697710 (or 0x697710) is unknown color: approx Fiji Green. HEX triplet: 69, 77 and 10. RGB value is (105,119,16). Sum of RGB (Red+Green+Blue) = 105+119+16=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #697710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697710 is #9688EF. Grayscale: #676767. Windows color (decimal): -9865456 or 1079145. OLE color: 1079145.

HSL color Cylindrical-coordinate representation of color #697710: hue angle of 68.16º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #697710 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB10511916-
CMYK0.1200.870.53
HSL68.16º76.3%26.47%-
HSV(B)68.16º86.55%46.67%-
XYZ12.5216.232.96-
YUV103.0778.86129.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=43.75%
G=49.58%
B=6.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119160.1200.870.5368.1676.326.47
Hex697710C05735444c1a
Octal151167201401276510411432
Binary11010011110111100001100010101111101011000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697710; }

 p { color: rgb(105,119,16); }

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

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

 a { background-color: rgb(105,119,16); }

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

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

 span { border-color: rgb(105,119,16); }

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