#697420

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

Shades of Fiji Green #697420

Tints of Fiji Green #697420

Color information

#697420 (or 0x697420) is unknown color: approx Fiji Green. HEX triplet: 69, 74 and 20. RGB value is (105,116,32). Sum of RGB (Red+Green+Blue) = 105+116+32=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #697420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697420 is #968BDF. Grayscale: #676767. Windows color (decimal): -9866208 or 2126953. OLE color: 2126953.

HSL color Cylindrical-coordinate representation of color #697420: hue angle of 67.86º degrees, saturation: 0.57, 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 #697420 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB10511632-
CMYK0.0900.720.55
HSL67.86º56.76%29.02%-
HSV(B)67.86º72.41%45.49%-
XYZ12.3315.63.73-
YUV103.1487.86129.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=41.50%
G=45.85%
B=12.65%

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
Decimal105116320.0900.720.5567.8656.7629.02
Hex69742090483744391d
Octal15116440110110671047135
Binary11010011110100100000100101001000110111100010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697420; }

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

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

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

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

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

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

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

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