#68731C

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

Shades of Fiji Green #68731C

Tints of Fiji Green #68731C

Color information

#68731C (or 0x68731C) is unknown color: approx Fiji Green. HEX triplet: 68, 73 and 1C. RGB value is (104,115,28). Sum of RGB (Red+Green+Blue) = 104+115+28=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #68731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68731C is #978CE3. Grayscale: #666666. Windows color (decimal): -9932004 or 1864552. OLE color: 1864552.

HSL color Cylindrical-coordinate representation of color #68731C: hue angle of 67.59º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68731C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB10411528-
CMYK0.1000.760.55
HSL67.59º60.84%28.04%-
HSV(B)67.59º75.65%45.1%-
XYZ12.0515.293.41-
YUV101.7986.36129.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=42.11%
G=46.56%
B=11.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115280.1000.760.5567.5960.8428.04
Hex68731CA04C37443d1c
Octal15016334120114671047534
Binary1101000111001111100101001001100110111100010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68731C; }

 p { color: rgb(104,115,28); }

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

<style>
 a { background-color: #68731C; }

 a { background-color: rgb(104,115,28); }

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

<style>
 span { border-color: #68731C; }

 span { border-color: rgb(104,115,28); }

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