#68720F

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

Shades of Fiji Green #68720F

Tints of Fiji Green #68720F

Color information

#68720F (or 0x68720F) is unknown color: approx Fiji Green. HEX triplet: 68, 72 and 0F. RGB value is (104,114,15). Sum of RGB (Red+Green+Blue) = 104+114+15=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #68720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68720F is #978DF0. Grayscale: #646464. Windows color (decimal): -9932273 or 1012328. OLE color: 1012328.

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

Color convert

RGB10411415-
CMYK0.0900.870.55
HSL66.06º76.74%25.29%-
HSV(B)66.06º86.84%44.71%-
XYZ11.8115.012.73-
YUV99.7280.19131.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=44.64%
G=48.93%
B=6.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114150.0900.870.5566.0676.7425.29
Hex6872F905737424d19
Octal150162171101276710211531
Binary1101000111001011111001010101111101111000010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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