#697921

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

Shades of Fiji Green #697921

Tints of Fiji Green #697921

Color information

#697921 (or 0x697921) is unknown color: approx Fiji Green. HEX triplet: 69, 79 and 21. RGB value is (105,121,33). Sum of RGB (Red+Green+Blue) = 105+121+33=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #697921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697921 is #9686DE. Grayscale: #6A6A6A. Windows color (decimal): -9864927 or 2193769. OLE color: 2193769.

HSL color Cylindrical-coordinate representation of color #697921: hue angle of 70.91º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #697921 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB10512133-
CMYK0.1300.730.53
HSL70.91º57.14%30.2%-
HSV(B)70.91º72.73%47.45%-
XYZ12.9416.794-
YUV106.1886.7127.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 121 (47.66% from 255) = 46.72%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=40.54%
G=46.72%
B=12.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105121330.1300.730.5370.9157.1430.2
Hex697921D0493547391e
Octal15117141150111651077136
Binary11010011111001100001110101001001110101100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697921; }

 p { color: rgb(105,121,33); }

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

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

 a { background-color: rgb(105,121,33); }

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

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

 span { border-color: rgb(105,121,33); }

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