#68650A

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

Shades of Fiji Green #68650A

Tints of Fiji Green #68650A

Color information

#68650A (or 0x68650A) is unknown color: approx Fiji Green. HEX triplet: 68, 65 and 0A. RGB value is (104,101,10). Sum of RGB (Red+Green+Blue) = 104+101+10=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68650A is #979AF5. Grayscale: #5B5B5B. Windows color (decimal): -9935606 or 681320. OLE color: 681320.

HSL color Cylindrical-coordinate representation of color #68650A: hue angle of 58.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68650A is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB10410110-
CMYK00.030.900.59
HSL58.09º82.46%22.35%-
HSV(B)58.09º90.38%40.78%-
XYZ10.4212.272.11-
YUV91.5281.99136.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=48.37%
G=46.98%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041011000.030.900.5958.0982.4622.35
Hex6865A035A3B3a5216
Octal1501451203132737212226
Binary1101000110010110100111011010111011111010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68650A; }

 p { color: rgb(104,101,10); }

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

<style>
 a { background-color: #68650A; }

 a { background-color: rgb(104,101,10); }

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

<style>
 span { border-color: #68650A; }

 span { border-color: rgb(104,101,10); }

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