#696307

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

Shades of Fiji Green #696307

Tints of Fiji Green #696307

Color information

#696307 (or 0x696307) is unknown color: approx Fiji Green. HEX triplet: 69, 63 and 07. RGB value is (105,99,7). Sum of RGB (Red+Green+Blue) = 105+99+7=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #696307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696307 is #969CF8. Grayscale: #5A5A5A. Windows color (decimal): -9870585 or 484201. OLE color: 484201.

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

Color convert

RGB105997-
CMYK00.060.930.59
HSL56.33º87.5%21.96%-
HSV(B)56.33º93.33%41.18%-
XYZ10.3311.941.96-
YUV90.3180.99138.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 7 (3.12% from 255) = 3.32%
R=49.76%
G=46.92%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10599700.060.930.5956.3387.521.96
Hex69637065D3B385816
Octal151143706135737013026
Binary1101001110001111101101011101111011111000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696307; }

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

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

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

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

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

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

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

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