#697D1E

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

Shades of Fiji Green #697D1E

Tints of Fiji Green #697D1E

Color information

#697D1E (or 0x697D1E) is unknown color: approx Fiji Green. HEX triplet: 69, 7D and 1E. RGB value is (105,125,30). Sum of RGB (Red+Green+Blue) = 105+125+30=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #697D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D1E is #9682E1. Grayscale: #6C6C6C. Windows color (decimal): -9863906 or 1998185. OLE color: 1998185.

HSL color Cylindrical-coordinate representation of color #697D1E: hue angle of 72.63º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #697D1E is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB10512530-
CMYK0.1600.760.51
HSL72.63º61.29%30.39%-
HSV(B)72.63º76%49.02%-
XYZ13.3917.763.95-
YUV108.1983.87125.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 125 (49.22% from 255) = 48.08%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=40.38%
G=48.08%
B=11.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105125300.1600.760.5172.6361.2930.39
Hex697D1E1004C33493d1e
Octal15117536200114631117536
Binary11010011111101111101000001001100110011100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,125,30); }

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

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

 a { background-color: rgb(105,125,30); }

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

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

 span { border-color: rgb(105,125,30); }

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