#68700B

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

Shades of Fiji Green #68700B

Tints of Fiji Green #68700B

Color information

#68700B (or 0x68700B) is unknown color: approx Fiji Green. HEX triplet: 68, 70 and 0B. RGB value is (104,112,11). Sum of RGB (Red+Green+Blue) = 104+112+11=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #68700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68700B is #978FF4. Grayscale: #626262. Windows color (decimal): -9932789 or 749672. OLE color: 749672.

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

Color convert

RGB10411211-
CMYK0.0700.900.56
HSL64.75º82.11%24.12%-
HSV(B)64.75º90.18%43.92%-
XYZ11.5614.562.52-
YUV98.0978.85132.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=45.81%
G=49.34%
B=4.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112110.0700.900.5664.7582.1124.12
Hex6870B705A38415218
Octal15016013701327010112230
Binary110100011100001011111010110101110001000001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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