#696E1F

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

Shades of Fiji Green #696E1F

Tints of Fiji Green #696E1F

Color information

#696E1F (or 0x696E1F) is unknown color: approx Fiji Green. HEX triplet: 69, 6E and 1F. RGB value is (105,110,31). Sum of RGB (Red+Green+Blue) = 105+110+31=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #696E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E1F is #9691E0. Grayscale: #636363. Windows color (decimal): -9867745 or 2059881. OLE color: 2059881.

HSL color Cylindrical-coordinate representation of color #696E1F: hue angle of 63.8º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #696E1F is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB10511031-
CMYK0.0500.720.57
HSL63.8º56.03%27.65%-
HSV(B)63.8º71.82%43.14%-
XYZ11.6514.253.43-
YUV99.589.34131.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 31 (12.5% from 255) = 12.60%
R=42.68%
G=44.72%
B=12.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110310.0500.720.5763.856.0327.65
Hex696E1F50483940381c
Octal1511563750110711007034
Binary110100111011101111110101001000111001100000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,110,31); }

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

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

 a { background-color: rgb(105,110,31); }

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

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

 span { border-color: rgb(105,110,31); }

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