#68701A

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

Shades of Fiji Green #68701A

Tints of Fiji Green #68701A

Color information

#68701A (or 0x68701A) is unknown color: approx Fiji Green. HEX triplet: 68, 70 and 1A. RGB value is (104,112,26). Sum of RGB (Red+Green+Blue) = 104+112+26=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #68701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68701A is #978FE5. Grayscale: #646464. Windows color (decimal): -9932774 or 1732712. OLE color: 1732712.

HSL color Cylindrical-coordinate representation of color #68701A: hue angle of 65.58º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68701A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB10411226-
CMYK0.0700.770.56
HSL65.58º62.32%27.06%-
HSV(B)65.58º76.79%43.92%-
XYZ11.6914.613.18-
YUV99.886.35130.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=42.98%
G=46.28%
B=10.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112260.0700.770.5665.5862.3227.06
Hex68701A704D38423e1b
Octal1501603270115701027633
Binary110100011100001101011101001101111000100001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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