#68700C

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

Shades of Fiji Green #68700C

Tints of Fiji Green #68700C

Color information

#68700C (or 0x68700C) is unknown color: approx Fiji Green. HEX triplet: 68, 70 and 0C. RGB value is (104,112,12). Sum of RGB (Red+Green+Blue) = 104+112+12=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #68700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68700C is #978FF3. Grayscale: #626262. Windows color (decimal): -9932788 or 815208. OLE color: 815208.

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

Color convert

RGB10411212-
CMYK0.0700.890.56
HSL64.8º80.65%24.31%-
HSV(B)64.8º89.29%43.92%-
XYZ11.5714.562.55-
YUV98.2179.35132.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 12 (5.08% from 255) = 5.26%
R=45.61%
G=49.12%
B=5.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112120.0700.890.5664.880.6524.31
Hex6870C705938415118
Octal15016014701317010112130
Binary110100011100001100111010110011110001000001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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