#696807

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

Shades of Fiji Green #696807

Tints of Fiji Green #696807

Color information

#696807 (or 0x696807) is unknown color: approx Fiji Green. HEX triplet: 69, 68 and 07. RGB value is (105,104,7). Sum of RGB (Red+Green+Blue) = 105+104+7=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #696807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696807 is #9697F8. Grayscale: #5D5D5D. Windows color (decimal): -9869305 or 485481. OLE color: 485481.

HSL color Cylindrical-coordinate representation of color #696807: hue angle of 59.39º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #696807 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB1051047-
CMYK00.010.930.59
HSL59.39º87.5%21.96%-
HSV(B)59.39º93.33%41.18%-
XYZ10.8112.922.12-
YUV93.2479.33136.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 7 (3.12% from 255) = 3.24%
R=48.61%
G=48.15%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105104700.010.930.5959.3987.521.96
Hex69687015D3B3b5816
Octal151150701135737313026
Binary11010011101000111011011101111011111011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696807; }

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

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

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

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

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

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

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

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