#68741D

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

Shades of Fiji Green #68741D

Tints of Fiji Green #68741D

Color information

#68741D (or 0x68741D) is unknown color: approx Fiji Green. HEX triplet: 68, 74 and 1D. RGB value is (104,116,29). Sum of RGB (Red+Green+Blue) = 104+116+29=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #68741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68741D is #978BE2. Grayscale: #666666. Windows color (decimal): -9931747 or 1930344. OLE color: 1930344.

HSL color Cylindrical-coordinate representation of color #68741D: hue angle of 68.28º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68741D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB10411629-
CMYK0.1000.750.55
HSL68.28º60%28.43%-
HSV(B)68.28º75%45.49%-
XYZ12.1815.523.52-
YUV102.4986.52129.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 29 (11.72% from 255) = 11.65%
R=41.77%
G=46.59%
B=11.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116290.1000.750.5568.286028.43
Hex68741DA04B37443c1c
Octal15016435120113671047434
Binary1101000111010011101101001001011110111100010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68741D; }

 p { color: rgb(104,116,29); }

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

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

 a { background-color: rgb(104,116,29); }

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

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

 span { border-color: rgb(104,116,29); }

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