#697419

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

Shades of Fiji Green #697419

Tints of Fiji Green #697419

Color information

#697419 (or 0x697419) is unknown color: approx Fiji Green. HEX triplet: 69, 74 and 19. RGB value is (105,116,25). Sum of RGB (Red+Green+Blue) = 105+116+25=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #697419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697419 is #968BE6. Grayscale: #666666. Windows color (decimal): -9866215 or 1668201. OLE color: 1668201.

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

Color convert

RGB10511625-
CMYK0.0900.780.55
HSL67.25º64.54%27.65%-
HSV(B)67.25º78.45%45.49%-
XYZ12.2515.563.28-
YUV102.3484.36129.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=42.68%
G=47.15%
B=10.16%

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
Decimal105116250.0900.780.5567.2564.5427.65
Hex697419904E3743411c
Octal151164311101166710310134
Binary11010011110100110011001010011101101111000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697419; }

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

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

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

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

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

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

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

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