#697620

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

Shades of Fiji Green #697620

Tints of Fiji Green #697620

Color information

#697620 (or 0x697620) is unknown color: approx Fiji Green. HEX triplet: 69, 76 and 20. RGB value is (105,118,32). Sum of RGB (Red+Green+Blue) = 105+118+32=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #697620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697620 is #9689DF. Grayscale: #686868. Windows color (decimal): -9865696 or 2127465. OLE color: 2127465.

HSL color Cylindrical-coordinate representation of color #697620: hue angle of 69.07º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #697620 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB10511832-
CMYK0.1100.730.54
HSL69.07º57.33%29.41%-
HSV(B)69.07º72.88%46.27%-
XYZ12.5616.063.81-
YUV104.3187.19128.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 118 (46.48% from 255) = 46.27%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=41.18%
G=46.27%
B=12.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118320.1100.730.5469.0757.3329.41
Hex697620B0493645391d
Octal15116640130111661057135
Binary11010011110110100000101101001001110110100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697620; }

 p { color: rgb(105,118,32); }

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

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

 a { background-color: rgb(105,118,32); }

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

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

 span { border-color: rgb(105,118,32); }

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