#696306

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

Shades of Fiji Green #696306

Tints of Fiji Green #696306

Color information

#696306 (or 0x696306) is unknown color: approx Fiji Green. HEX triplet: 69, 63 and 06. RGB value is (105,99,6). Sum of RGB (Red+Green+Blue) = 105+99+6=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #696306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696306 is #969CF9. Grayscale: #5A5A5A. Windows color (decimal): -9870586 or 418665. OLE color: 418665.

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

Color convert

RGB105996-
CMYK00.060.940.59
HSL56.36º89.19%21.76%-
HSV(B)56.36º94.29%41.18%-
XYZ10.3211.941.93-
YUV90.1980.49138.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 6 (2.73% from 255) = 2.86%
R=50%
G=47.14%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10599600.060.940.5956.3689.1921.76
Hex69636065E3B385916
Octal151143606136737013126
Binary1101001110001111001101011110111011111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696306; }

 p { color: rgb(105,99,6); }

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

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

 a { background-color: rgb(105,99,6); }

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

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

 span { border-color: rgb(105,99,6); }

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