#68700E

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

Shades of Fiji Green #68700E

Tints of Fiji Green #68700E

Color information

#68700E (or 0x68700E) is unknown color: approx Fiji Green. HEX triplet: 68, 70 and 0E. RGB value is (104,112,14). Sum of RGB (Red+Green+Blue) = 104+112+14=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #68700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68700E is #978FF1. Grayscale: #626262. Windows color (decimal): -9932786 or 946280. OLE color: 946280.

HSL color Cylindrical-coordinate representation of color #68700E: hue angle of 64.9º degrees, saturation: 0.78, 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 #68700E is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB10411214-
CMYK0.0700.880.56
HSL64.9º77.78%24.71%-
HSV(B)64.9º87.5%43.92%-
XYZ11.5814.562.62-
YUV98.4480.35131.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=45.22%
G=48.70%
B=6.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112140.0700.880.5664.977.7824.71
Hex6870E705838414e19
Octal15016016701307010111631
Binary110100011100001110111010110001110001000001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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