#68721F

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

Shades of Fiji Green #68721F

Tints of Fiji Green #68721F

Color information

#68721F (or 0x68721F) is unknown color: approx Fiji Green. HEX triplet: 68, 72 and 1F. RGB value is (104,114,31). Sum of RGB (Red+Green+Blue) = 104+114+31=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #68721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68721F is #978DE0. Grayscale: #656565. Windows color (decimal): -9932257 or 2060904. OLE color: 2060904.

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

Color convert

RGB10411431-
CMYK0.0900.730.55
HSL67.23º57.24%28.43%-
HSV(B)67.23º72.81%44.71%-
XYZ11.9715.083.58-
YUV101.5588.19129.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=41.77%
G=45.78%
B=12.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114310.0900.730.5567.2357.2428.43
Hex68721F90493743391c
Octal15016237110111671037134
Binary1101000111001011111100101001001110111100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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