#697421

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

Shades of Fiji Green #697421

Tints of Fiji Green #697421

Color information

#697421 (or 0x697421) is unknown color: approx Fiji Green. HEX triplet: 69, 74 and 21. RGB value is (105,116,33). Sum of RGB (Red+Green+Blue) = 105+116+33=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #697421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697421 is #968BDE. Grayscale: #676767. Windows color (decimal): -9866207 or 2192489. OLE color: 2192489.

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

Color convert

RGB10511633-
CMYK0.0900.720.55
HSL67.95º55.7%29.22%-
HSV(B)67.95º71.55%45.49%-
XYZ12.3515.63.8-
YUV103.2588.36129.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=41.34%
G=45.67%
B=12.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116330.0900.720.5567.9555.729.22
Hex69742190483744381d
Octal15116441110110671047035
Binary11010011110100100001100101001000110111100010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697421; }

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

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

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

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

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

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

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

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