#68710C

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

Shades of Fiji Green #68710C

Tints of Fiji Green #68710C

Color information

#68710C (or 0x68710C) is unknown color: approx Fiji Green. HEX triplet: 68, 71 and 0C. RGB value is (104,113,12). Sum of RGB (Red+Green+Blue) = 104+113+12=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #68710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68710C is #978EF3. Grayscale: #636363. Windows color (decimal): -9932532 or 815464. OLE color: 815464.

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

Color convert

RGB10411312-
CMYK0.0800.890.56
HSL65.35º80.8%24.51%-
HSV(B)65.35º89.38%44.31%-
XYZ11.6814.782.59-
YUV98.879.02131.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 113 (44.53% from 255) = 49.34%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=45.41%
G=49.34%
B=5.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113120.0800.890.5665.3580.824.51
Hex6871C805938415119
Octal150161141001317010112131
Binary1101000111000111001000010110011110001000001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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