#68710F

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

Shades of Fiji Green #68710F

Tints of Fiji Green #68710F

Color information

#68710F (or 0x68710F) is unknown color: approx Fiji Green. HEX triplet: 68, 71 and 0F. RGB value is (104,113,15). Sum of RGB (Red+Green+Blue) = 104+113+15=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #68710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68710F is #978EF0. Grayscale: #636363. Windows color (decimal): -9932529 or 1012072. OLE color: 1012072.

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

Color convert

RGB10411315-
CMYK0.0800.870.56
HSL65.51º76.56%25.1%-
HSV(B)65.51º86.73%44.31%-
XYZ11.714.792.69-
YUV99.1480.52131.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=44.83%
G=48.71%
B=6.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113150.0800.870.5665.5176.5625.1
Hex6871F805738424d19
Octal150161171001277010211531
Binary1101000111000111111000010101111110001000010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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