#696813

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

Shades of Fiji Green #696813

Tints of Fiji Green #696813

Color information

#696813 (or 0x696813) is unknown color: approx Fiji Green. HEX triplet: 69, 68 and 13. RGB value is (105,104,19). Sum of RGB (Red+Green+Blue) = 105+104+19=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #696813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696813 is #9697EC. Grayscale: #5E5E5E. Windows color (decimal): -9869293 or 1271913. OLE color: 1271913.

HSL color Cylindrical-coordinate representation of color #696813: hue angle of 59.3º 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 #696813 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB10510419-
CMYK00.010.820.59
HSL59.3º69.35%24.31%-
HSV(B)59.3º81.9%41.18%-
XYZ10.8912.952.54-
YUV94.6185.33135.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=46.05%
G=45.61%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051041900.010.820.5959.369.3524.31
Hex69681301523B3b4518
Octal1511502301122737310530
Binary1101001110100010011011010010111011111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696813; }

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

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

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

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

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

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

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

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