#697319

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

Shades of Fiji Green #697319

Tints of Fiji Green #697319

Color information

#697319 (or 0x697319) is unknown color: approx Fiji Green. HEX triplet: 69, 73 and 19. RGB value is (105,115,25). Sum of RGB (Red+Green+Blue) = 105+115+25=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #697319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697319 is #968CE6. Grayscale: #666666. Windows color (decimal): -9866471 or 1667945. OLE color: 1667945.

HSL color Cylindrical-coordinate representation of color #697319: hue angle of 66.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #697319 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB10511525-
CMYK0.0900.780.55
HSL66.67º64.29%27.45%-
HSV(B)66.67º78.26%45.1%-
XYZ12.1315.333.24-
YUV101.7584.69130.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=42.86%
G=46.94%
B=10.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115250.0900.780.5566.6764.2927.45
Hex697319904E3743401b
Octal151163311101166710310033
Binary11010011110011110011001010011101101111000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697319; }

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

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

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

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

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

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

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

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