#68790E

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

Shades of Fiji Green #68790E

Tints of Fiji Green #68790E

Color information

#68790E (or 0x68790E) is unknown color: approx Fiji Green. HEX triplet: 68, 79 and 0E. RGB value is (104,121,14). Sum of RGB (Red+Green+Blue) = 104+121+14=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #68790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68790E is #9786F1. Grayscale: #686868. Windows color (decimal): -9930482 or 948584. OLE color: 948584.

HSL color Cylindrical-coordinate representation of color #68790E: hue angle of 69.53º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68790E is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB10412114-
CMYK0.1400.880.53
HSL69.53º79.26%26.47%-
HSV(B)69.53º88.43%47.45%-
XYZ12.6316.652.96-
YUV103.7277.37128.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=43.51%
G=50.63%
B=5.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104121140.1400.880.5369.5379.2626.47
Hex6879EE05835464f1a
Octal150171161601306510611732
Binary1101000111100111101110010110001101011000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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