#697418

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

Shades of Fiji Green #697418

Tints of Fiji Green #697418

Color information

#697418 (or 0x697418) is unknown color: approx Fiji Green. HEX triplet: 69, 74 and 18. RGB value is (105,116,24). Sum of RGB (Red+Green+Blue) = 105+116+24=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #697418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697418 is #968BE7. Grayscale: #666666. Windows color (decimal): -9866216 or 1602665. OLE color: 1602665.

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

Color convert

RGB10511624-
CMYK0.0900.790.55
HSL67.17º65.71%27.45%-
HSV(B)67.17º79.31%45.49%-
XYZ12.2415.563.22-
YUV102.2283.86129.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=42.86%
G=47.35%
B=9.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116240.0900.790.5567.1765.7127.45
Hex697418904F3743421b
Octal151164301101176710310233
Binary11010011110100110001001010011111101111000011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697418; }

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

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

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

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

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

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

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

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