#697917

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

Shades of Fiji Green #697917

Tints of Fiji Green #697917

Color information

#697917 (or 0x697917) is unknown color: approx Fiji Green. HEX triplet: 69, 79 and 17. RGB value is (105,121,23). Sum of RGB (Red+Green+Blue) = 105+121+23=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #697917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697917 is #9686E8. Grayscale: #696969. Windows color (decimal): -9864937 or 1538409. OLE color: 1538409.

HSL color Cylindrical-coordinate representation of color #697917: hue angle of 69.8º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #697917 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB10512123-
CMYK0.1300.810.53
HSL69.8º68.06%28.24%-
HSV(B)69.8º80.99%47.45%-
XYZ12.8216.743.37-
YUV105.0481.7127.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 23 (9.38% from 255) = 9.24%
R=42.17%
G=48.59%
B=9.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105121230.1300.810.5369.868.0628.24
Hex697917D0513546441c
Octal151171271501216510610434
Binary11010011111001101111101010100011101011000110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697917; }

 p { color: rgb(105,121,23); }

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

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

 a { background-color: rgb(105,121,23); }

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

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

 span { border-color: rgb(105,121,23); }

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