#6F7419

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

Shades of Fiji Green #6F7419

Tints of Fiji Green #6F7419

Color information

#6F7419 (or 0x6F7419) is unknown color: approx Fiji Green. HEX triplet: 6F, 74 and 19. RGB value is (111,116,25). Sum of RGB (Red+Green+Blue) = 111+116+25=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7419 is #908BE6. Grayscale: #686868. Windows color (decimal): -9472999 or 1668207. OLE color: 1668207.

HSL color Cylindrical-coordinate representation of color #6F7419: hue angle of 63.3º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F7419 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB11111625-
CMYK0.0400.780.55
HSL63.3º64.54%27.65%-
HSV(B)63.3º78.45%45.49%-
XYZ12.9815.943.31-
YUV104.1383.34132.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 25 (10.16% from 255) = 9.92%
R=44.05%
G=46.03%
B=9.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111116250.0400.780.5563.364.5427.65
Hex6F7419404E373f411c
Octal1571643140116677710134
Binary110111111101001100110001001110110111111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7419; }

 p { color: rgb(111,116,25); }

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

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

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

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

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

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

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