#697C0F

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

Shades of Fiji Green #697C0F

Tints of Fiji Green #697C0F

Color information

#697C0F (or 0x697C0F) is unknown color: approx Fiji Green. HEX triplet: 69, 7C and 0F. RGB value is (105,124,15). Sum of RGB (Red+Green+Blue) = 105+124+15=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #697C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697C0F is #9683F0. Grayscale: #6A6A6A. Windows color (decimal): -9864177 or 1014889. OLE color: 1014889.

HSL color Cylindrical-coordinate representation of color #697C0F: hue angle of 70.46º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #697C0F is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB10512415-
CMYK0.1500.880.51
HSL70.46º78.42%27.25%-
HSV(B)70.46º87.9%48.63%-
XYZ13.1217.453.13-
YUV105.8976.71127.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 15 (6.25% from 255) = 6.15%
R=43.03%
G=50.82%
B=6.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105124150.1500.880.5170.4678.4227.25
Hex697CFF05833464e1b
Octal151174171701306310611633
Binary1101001111110011111111010110001100111000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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