#697517

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

Shades of Fiji Green #697517

Tints of Fiji Green #697517

Color information

#697517 (or 0x697517) is unknown color: approx Fiji Green. HEX triplet: 69, 75 and 17. RGB value is (105,117,23). Sum of RGB (Red+Green+Blue) = 105+117+23=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #697517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697517 is #968AE8. Grayscale: #676767. Windows color (decimal): -9865961 or 1537385. OLE color: 1537385.

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

Color convert

RGB10511723-
CMYK0.1000.800.54
HSL67.66º67.14%27.45%-
HSV(B)67.66º80.34%45.88%-
XYZ12.3415.793.21-
YUV102.783.02129.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 23 (9.38% from 255) = 9.39%
R=42.86%
G=47.76%
B=9.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117230.1000.800.5467.6667.1427.45
Hex697517A0503644431b
Octal151165271201206610410333
Binary11010011110101101111010010100001101101000100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697517; }

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

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

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

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

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

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

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

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