#69781F

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

Shades of Fiji Green #69781F

Tints of Fiji Green #69781F

Color information

#69781F (or 0x69781F) is unknown color: approx Fiji Green. HEX triplet: 69, 78 and 1F. RGB value is (105,120,31). Sum of RGB (Red+Green+Blue) = 105+120+31=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #69781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69781F is #9687E0. Grayscale: #696969. Windows color (decimal): -9865185 or 2062441. OLE color: 2062441.

HSL color Cylindrical-coordinate representation of color #69781F: hue angle of 70.11º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69781F is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB10512031-
CMYK0.1300.740.53
HSL70.11º58.94%29.61%-
HSV(B)70.11º74.17%47.06%-
XYZ12.7916.543.81-
YUV105.3786.03127.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=41.02%
G=46.88%
B=12.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120310.1300.740.5370.1158.9429.61
Hex69781FD04A35463b1e
Octal15117037150112651067336
Binary1101001111100011111110101001010110101100011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69781F; }

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

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

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

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

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

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

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

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