#697521

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

Shades of Fiji Green #697521

Tints of Fiji Green #697521

Color information

#697521 (or 0x697521) is unknown color: approx Fiji Green. HEX triplet: 69, 75 and 21. RGB value is (105,117,33). Sum of RGB (Red+Green+Blue) = 105+117+33=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #697521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697521 is #968ADE. Grayscale: #686868. Windows color (decimal): -9865951 or 2192745. OLE color: 2192745.

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

Color convert

RGB10511733-
CMYK0.1000.720.54
HSL68.57º56%29.41%-
HSV(B)68.57º71.79%45.88%-
XYZ12.4615.843.84-
YUV103.8488.02128.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 33 (13.28% from 255) = 12.94%
R=41.18%
G=45.88%
B=12.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117330.1000.720.5468.575629.41
Hex697521A0483645381d
Octal15116541120110661057035
Binary11010011110101100001101001001000110110100010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697521; }

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

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

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

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

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

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

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

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