#696C0F

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

Shades of Fiji Green #696C0F

Tints of Fiji Green #696C0F

Color information

#696C0F (or 0x696C0F) is unknown color: approx Fiji Green. HEX triplet: 69, 6C and 0F. RGB value is (105,108,15). Sum of RGB (Red+Green+Blue) = 105+108+15=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #696C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696C0F is #9693F0. Grayscale: #606060. Windows color (decimal): -9868273 or 1010793. OLE color: 1010793.

HSL color Cylindrical-coordinate representation of color #696C0F: hue angle of 61.94º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #696C0F is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB10510815-
CMYK0.0300.860.58
HSL61.94º75.61%24.12%-
HSV(B)61.94º86.11%42.35%-
XYZ11.2713.762.51-
YUV96.582.01134.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 108 (42.58% from 255) = 47.37%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=46.05%
G=47.37%
B=6.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108150.0300.860.5861.9475.6124.12
Hex696CF30563A3e4c18
Octal1511541730126727611430
Binary1101001110110011111101010110111010111110100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696C0F; }

 p { color: rgb(105,108,15); }

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

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

 a { background-color: rgb(105,108,15); }

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

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

 span { border-color: rgb(105,108,15); }

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