#68760A

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

Shades of Fiji Green #68760A

Tints of Fiji Green #68760A

Color information

#68760A (or 0x68760A) is unknown color: approx Fiji Green. HEX triplet: 68, 76 and 0A. RGB value is (104,118,10). Sum of RGB (Red+Green+Blue) = 104+118+10=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #68760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68760A is #9789F5. Grayscale: #656565. Windows color (decimal): -9931254 or 685672. OLE color: 685672.

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

Color convert

RGB10411810-
CMYK0.1200.920.54
HSL67.78º84.38%25.1%-
HSV(B)67.78º91.53%46.27%-
XYZ12.2415.922.72-
YUV101.576.36129.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=44.83%
G=50.86%
B=4.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104118100.1200.920.5467.7884.3825.1
Hex6876AC05C36445419
Octal150166121401346610412431
Binary1101000111011010101100010111001101101000100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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