#697218

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

Shades of Fiji Green #697218

Tints of Fiji Green #697218

Color information

#697218 (or 0x697218) is unknown color: approx Fiji Green. HEX triplet: 69, 72 and 18. RGB value is (105,114,24). Sum of RGB (Red+Green+Blue) = 105+114+24=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #697218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697218 is #968DE7. Grayscale: #656565. Windows color (decimal): -9866728 or 1602153. OLE color: 1602153.

HSL color Cylindrical-coordinate representation of color #697218: hue angle of 66º degrees, saturation: 0.65, 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 #697218 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB10511424-
CMYK0.0800.790.55
HSL66º65.22%27.06%-
HSV(B)66º78.95%44.71%-
XYZ12.0115.13.15-
YUV101.0584.52130.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=43.21%
G=46.91%
B=9.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114240.0800.790.556665.2227.06
Hex697218804F3742411b
Octal151162301001176710210133
Binary11010011110010110001000010011111101111000010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697218; }

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

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

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

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

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

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

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

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