#68761A

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

Shades of Fiji Green #68761A

Tints of Fiji Green #68761A

Color information

#68761A (or 0x68761A) is unknown color: approx Fiji Green. HEX triplet: 68, 76 and 1A. RGB value is (104,118,26). Sum of RGB (Red+Green+Blue) = 104+118+26=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #68761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68761A is #9789E5. Grayscale: #676767. Windows color (decimal): -9931238 or 1734248. OLE color: 1734248.

HSL color Cylindrical-coordinate representation of color #68761A: hue angle of 69.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68761A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB10411826-
CMYK0.1200.780.54
HSL69.13º63.89%28.24%-
HSV(B)69.13º77.97%46.27%-
XYZ12.3715.973.41-
YUV103.3384.36128.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=41.94%
G=47.58%
B=10.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104118260.1200.780.5469.1363.8928.24
Hex68761AC04E3645401c
Octal150166321401166610510034
Binary11010001110110110101100010011101101101000101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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