#68721E

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

Shades of Fiji Green #68721E

Tints of Fiji Green #68721E

Color information

#68721E (or 0x68721E) is unknown color: approx Fiji Green. HEX triplet: 68, 72 and 1E. RGB value is (104,114,30). Sum of RGB (Red+Green+Blue) = 104+114+30=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #68721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68721E is #978DE1. Grayscale: #656565. Windows color (decimal): -9932258 or 1995368. OLE color: 1995368.

HSL color Cylindrical-coordinate representation of color #68721E: hue angle of 67.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68721E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB10411430-
CMYK0.0900.740.55
HSL67.14º58.33%28.24%-
HSV(B)67.14º73.68%44.71%-
XYZ11.9615.073.51-
YUV101.4387.69129.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=41.94%
G=45.97%
B=12.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114300.0900.740.5567.1458.3328.24
Hex68721E904A37433a1c
Octal15016236110112671037234
Binary1101000111001011110100101001010110111100001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68721E; }

 p { color: rgb(104,114,30); }

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

<style>
 a { background-color: #68721E; }

 a { background-color: rgb(104,114,30); }

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

<style>
 span { border-color: #68721E; }

 span { border-color: rgb(104,114,30); }

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