#68671A

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

Shades of Fiji Green #68671A

Tints of Fiji Green #68671A

Color information

#68671A (or 0x68671A) is unknown color: approx Fiji Green. HEX triplet: 68, 67 and 1A. RGB value is (104,103,26). Sum of RGB (Red+Green+Blue) = 104+103+26=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68671A is #9798E5. Grayscale: #5E5E5E. Windows color (decimal): -9935078 or 1730408. OLE color: 1730408.

HSL color Cylindrical-coordinate representation of color #68671A: hue angle of 59.23º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68671A is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB10410326-
CMYK00.010.750.59
HSL59.23º60%25.49%-
HSV(B)59.23º75%40.78%-
XYZ10.7512.722.87-
YUV94.5289.33134.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=44.64%
G=44.21%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041032600.010.750.5959.236025.49
Hex68671A014B3B3b3c19
Octal150147320111373737431
Binary110100011001111101001100101111101111101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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