#68720B

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

Shades of Fiji Green #68720B

Tints of Fiji Green #68720B

Color information

#68720B (or 0x68720B) is unknown color: approx Fiji Green. HEX triplet: 68, 72 and 0B. RGB value is (104,114,11). Sum of RGB (Red+Green+Blue) = 104+114+11=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #68720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68720B is #978DF4. Grayscale: #636363. Windows color (decimal): -9932277 or 750184. OLE color: 750184.

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

Color convert

RGB10411411-
CMYK0.0900.900.55
HSL65.83º82.4%24.51%-
HSV(B)65.83º90.35%44.71%-
XYZ11.79152.59-
YUV99.2778.19131.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=45.41%
G=49.78%
B=4.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114110.0900.900.5565.8382.424.51
Hex6872B905A37425219
Octal150162131101326710212231
Binary1101000111001010111001010110101101111000010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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