#696919

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

Shades of Fiji Green #696919

Tints of Fiji Green #696919

Color information

#696919 (or 0x696919) is unknown color: approx Fiji Green. HEX triplet: 69, 69 and 19. RGB value is (105,105,25). Sum of RGB (Red+Green+Blue) = 105+105+25=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696919 is #9696E6. Grayscale: #606060. Windows color (decimal): -9869031 or 1665385. OLE color: 1665385.

HSL color Cylindrical-coordinate representation of color #696919: hue angle of 60º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #696919 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB10510525-
CMYK000.760.59
HSL60º61.54%25.49%-
HSV(B)60º76.19%41.18%-
XYZ11.0513.182.88-
YUV95.8888134.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 25 (10.16% from 255) = 10.64%
R=44.68%
G=44.68%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510525000.760.596061.5425.49
Hex696919004C3B3c3e19
Octal151151310011473747631
Binary110100111010011100100100110011101111110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696919; }

 p { color: rgb(105,105,25); }

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

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

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

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

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

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

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