#697B0D

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

Shades of Fiji Green #697B0D

Tints of Fiji Green #697B0D

Color information

#697B0D (or 0x697B0D) is unknown color: approx Fiji Green. HEX triplet: 69, 7B and 0D. RGB value is (105,123,13). Sum of RGB (Red+Green+Blue) = 105+123+13=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #697B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697B0D is #9684F2. Grayscale: #696969. Windows color (decimal): -9864435 or 883561. OLE color: 883561.

HSL color Cylindrical-coordinate representation of color #697B0D: hue angle of 69.82º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #697B0D is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB10512313-
CMYK0.1500.890.52
HSL69.82º80.88%26.67%-
HSV(B)69.82º89.43%48.24%-
XYZ12.9817.23.02-
YUV105.0876.04127.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=43.57%
G=51.04%
B=5.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105123130.1500.890.5269.8280.8826.67
Hex697BDF0593446511b
Octal151173151701316410612133
Binary1101001111101111011111010110011101001000110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,123,13); }

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

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

 a { background-color: rgb(105,123,13); }

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

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

 span { border-color: rgb(105,123,13); }

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