#697519

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

Shades of Fiji Green #697519

Tints of Fiji Green #697519

Color information

#697519 (or 0x697519) is unknown color: approx Fiji Green. HEX triplet: 69, 75 and 19. RGB value is (105,117,25). Sum of RGB (Red+Green+Blue) = 105+117+25=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #697519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697519 is #968AE6. Grayscale: #676767. Windows color (decimal): -9865959 or 1668457. OLE color: 1668457.

HSL color Cylindrical-coordinate representation of color #697519: hue angle of 67.83º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #697519 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB10511725-
CMYK0.1000.790.54
HSL67.83º64.79%27.84%-
HSV(B)67.83º78.63%45.88%-
XYZ12.3615.83.32-
YUV102.9284.02129.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 25 (10.16% from 255) = 10.12%
R=42.51%
G=47.37%
B=10.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117250.1000.790.5467.8364.7927.84
Hex697519A04F3644411c
Octal151165311201176610410134
Binary11010011110101110011010010011111101101000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697519; }

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

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

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

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

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

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

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

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