#697713

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

Shades of Fiji Green #697713

Tints of Fiji Green #697713

Color information

#697713 (or 0x697713) is unknown color: approx Fiji Green. HEX triplet: 69, 77 and 13. RGB value is (105,119,19). Sum of RGB (Red+Green+Blue) = 105+119+19=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #697713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697713 is #9688EC. Grayscale: #676767. Windows color (decimal): -9865453 or 1275753. OLE color: 1275753.

HSL color Cylindrical-coordinate representation of color #697713: hue angle of 68.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #697713 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB10511919-
CMYK0.1200.840.53
HSL68.4º72.46%27.06%-
HSV(B)68.4º84.03%46.67%-
XYZ12.5416.243.09-
YUV103.4180.36129.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=43.21%
G=48.97%
B=7.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119190.1200.840.5368.472.4627.06
Hex697713C0543544481b
Octal151167231401246510411033
Binary11010011110111100111100010101001101011000100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697713; }

 p { color: rgb(105,119,19); }

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

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

 a { background-color: rgb(105,119,19); }

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

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

 span { border-color: rgb(105,119,19); }

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