#68790D

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

Shades of Fiji Green #68790D

Tints of Fiji Green #68790D

Color information

#68790D (or 0x68790D) is unknown color: approx Fiji Green. HEX triplet: 68, 79 and 0D. RGB value is (104,121,13). Sum of RGB (Red+Green+Blue) = 104+121+13=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #68790D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68790D is #9786F2. Grayscale: #686868. Windows color (decimal): -9930483 or 883048. OLE color: 883048.

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

Color convert

RGB10412113-
CMYK0.1400.890.53
HSL69.44º80.6%26.27%-
HSV(B)69.44º89.26%47.45%-
XYZ12.6216.652.93-
YUV103.676.87128.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 121 (47.66% from 255) = 50.84%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=43.70%
G=50.84%
B=5.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104121130.1400.890.5369.4480.626.27
Hex6879DE0593545511a
Octal150171151601316510512132
Binary1101000111100111011110010110011101011000101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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