#697512

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

Shades of Fiji Green #697512

Tints of Fiji Green #697512

Color information

#697512 (or 0x697512) is unknown color: approx Fiji Green. HEX triplet: 69, 75 and 12. RGB value is (105,117,18). Sum of RGB (Red+Green+Blue) = 105+117+18=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #697512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697512 is #968AED. Grayscale: #666666. Windows color (decimal): -9865966 or 1209705. OLE color: 1209705.

HSL color Cylindrical-coordinate representation of color #697512: hue angle of 67.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #697512 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB10511718-
CMYK0.1000.850.54
HSL67.27º73.33%26.47%-
HSV(B)67.27º84.62%45.88%-
XYZ12.315.772.97-
YUV102.1380.52130.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 18 (7.42% from 255) = 7.5%
R=43.75%
G=48.75%
B=7.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117180.1000.850.5467.2773.3326.47
Hex697512A0553643491a
Octal151165221201256610311132
Binary11010011110101100101010010101011101101000011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697512; }

 p { color: rgb(105,117,18); }

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

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

 a { background-color: rgb(105,117,18); }

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

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

 span { border-color: rgb(105,117,18); }

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