#68710D

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

Shades of Fiji Green #68710D

Tints of Fiji Green #68710D

Color information

#68710D (or 0x68710D) is unknown color: approx Fiji Green. HEX triplet: 68, 71 and 0D. RGB value is (104,113,13). Sum of RGB (Red+Green+Blue) = 104+113+13=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #68710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68710D is #978EF2. Grayscale: #636363. Windows color (decimal): -9932531 or 881000. OLE color: 881000.

HSL color Cylindrical-coordinate representation of color #68710D: hue angle of 65.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68710D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB10411313-
CMYK0.0800.880.56
HSL65.4º79.37%24.71%-
HSV(B)65.4º88.5%44.31%-
XYZ11.6914.782.62-
YUV98.9179.52131.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=45.22%
G=49.13%
B=5.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113130.0800.880.5665.479.3724.71
Hex6871D805838414f19
Octal150161151001307010111731
Binary1101000111000111011000010110001110001000001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,113,13); }

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

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

 a { background-color: rgb(104,113,13); }

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

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

 span { border-color: rgb(104,113,13); }

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