#68751B

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

Shades of Fiji Green #68751B

Tints of Fiji Green #68751B

Color information

#68751B (or 0x68751B) is unknown color: approx Fiji Green. HEX triplet: 68, 75 and 1B. RGB value is (104,117,27). Sum of RGB (Red+Green+Blue) = 104+117+27=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #68751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68751B is #978AE4. Grayscale: #676767. Windows color (decimal): -9931493 or 1799528. OLE color: 1799528.

HSL color Cylindrical-coordinate representation of color #68751B: hue angle of 68.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68751B is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB10411727-
CMYK0.1100.770.54
HSL68.67º62.5%28.24%-
HSV(B)68.67º76.92%45.88%-
XYZ12.2715.743.43-
YUV102.8585.19128.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=41.94%
G=47.18%
B=10.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104117270.1100.770.5468.6762.528.24
Hex68751BB04D36453e1c
Octal15016533130115661057634
Binary1101000111010111011101101001101110110100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68751B; }

 p { color: rgb(104,117,27); }

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

<style>
 a { background-color: #68751B; }

 a { background-color: rgb(104,117,27); }

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

<style>
 span { border-color: #68751B; }

 span { border-color: rgb(104,117,27); }

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