#696713

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

Shades of Fiji Green #696713

Tints of Fiji Green #696713

Color information

#696713 (or 0x696713) is unknown color: approx Fiji Green. HEX triplet: 69, 67 and 13. RGB value is (105,103,19). Sum of RGB (Red+Green+Blue) = 105+103+19=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #696713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696713 is #9698EC. Grayscale: #5E5E5E. Windows color (decimal): -9869549 or 1271657. OLE color: 1271657.

HSL color Cylindrical-coordinate representation of color #696713: hue angle of 58.6º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #696713 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB10510319-
CMYK00.020.820.59
HSL58.6º69.35%24.31%-
HSV(B)58.6º81.9%41.18%-
XYZ10.7912.752.51-
YUV94.0285.66135.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=46.26%
G=45.37%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051031900.020.820.5958.669.3524.31
Hex69671302523B3b4518
Octal1511472302122737310530
Binary11010011100111100110101010010111011111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696713; }

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

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

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

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

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

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

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

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