#697618

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

Shades of Fiji Green #697618

Tints of Fiji Green #697618

Color information

#697618 (or 0x697618) is unknown color: approx Fiji Green. HEX triplet: 69, 76 and 18. RGB value is (105,118,24). Sum of RGB (Red+Green+Blue) = 105+118+24=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #697618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697618 is #9689E7. Grayscale: #676767. Windows color (decimal): -9865704 or 1603177. OLE color: 1603177.

HSL color Cylindrical-coordinate representation of color #697618: hue angle of 68.3º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #697618 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB10511824-
CMYK0.1100.800.54
HSL68.3º66.2%27.84%-
HSV(B)68.3º79.66%46.27%-
XYZ12.4716.033.3-
YUV103.483.19129.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=42.51%
G=47.77%
B=9.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118240.1100.800.5468.366.227.84
Hex697618B0503644421c
Octal151166301301206610410234
Binary11010011110110110001011010100001101101000100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697618; }

 p { color: rgb(105,118,24); }

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

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

 a { background-color: rgb(105,118,24); }

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

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

 span { border-color: rgb(105,118,24); }

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