#696715

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

Shades of Fiji Green #696715

Tints of Fiji Green #696715

Color information

#696715 (or 0x696715) is unknown color: approx Fiji Green. HEX triplet: 69, 67 and 15. RGB value is (105,103,21). Sum of RGB (Red+Green+Blue) = 105+103+21=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #696715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696715 is #9698EA. Grayscale: #5E5E5E. Windows color (decimal): -9869547 or 1402729. OLE color: 1402729.

HSL color Cylindrical-coordinate representation of color #696715: hue angle of 58.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #696715 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB10510321-
CMYK00.020.800.59
HSL58.57º66.67%24.71%-
HSV(B)58.57º80%41.18%-
XYZ10.8112.762.6-
YUV94.2586.66135.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=45.85%
G=44.98%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051032100.020.800.5958.5766.6724.71
Hex69671502503B3b4319
Octal1511472502120737310331
Binary11010011100111101010101010000111011111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696715; }

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

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

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

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

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

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

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

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