#68740A

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

Shades of Fiji Green #68740A

Tints of Fiji Green #68740A

Color information

#68740A (or 0x68740A) is unknown color: approx Fiji Green. HEX triplet: 68, 74 and 0A. RGB value is (104,116,10). Sum of RGB (Red+Green+Blue) = 104+116+10=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #68740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68740A is #978BF5. Grayscale: #646464. Windows color (decimal): -9931766 or 685160. OLE color: 685160.

HSL color Cylindrical-coordinate representation of color #68740A: hue angle of 66.79º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68740A is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB10411610-
CMYK0.1000.910.55
HSL66.79º84.13%24.71%-
HSV(B)66.79º91.38%45.49%-
XYZ12.0115.462.64-
YUV100.3377.02130.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 10 (4.30% from 255) = 4.35%
R=45.22%
G=50.43%
B=4.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116100.1000.910.5566.7984.1324.71
Hex6874AA05B37435419
Octal150164121201336710312431
Binary1101000111010010101010010110111101111000011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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