#696E1B

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

Shades of Fiji Green #696E1B

Tints of Fiji Green #696E1B

Color information

#696E1B (or 0x696E1B) is unknown color: approx Fiji Green. HEX triplet: 69, 6E and 1B. RGB value is (105,110,27). Sum of RGB (Red+Green+Blue) = 105+110+27=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #696E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E1B is #9691E4. Grayscale: #636363. Windows color (decimal): -9867749 or 1797737. OLE color: 1797737.

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

Color convert

RGB10511027-
CMYK0.0500.750.57
HSL63.61º60.58%26.86%-
HSV(B)63.61º75.45%43.14%-
XYZ11.614.233.17-
YUV99.0487.34132.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 110 (43.36% from 255) = 45.45%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=43.39%
G=45.45%
B=11.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110270.0500.750.5763.6160.5826.86
Hex696E1B504B39403d1b
Octal1511563350113711007533
Binary110100111011101101110101001011111001100000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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