#68730B

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

Shades of Fiji Green #68730B

Tints of Fiji Green #68730B

Color information

#68730B (or 0x68730B) is unknown color: approx Fiji Green. HEX triplet: 68, 73 and 0B. RGB value is (104,115,11). Sum of RGB (Red+Green+Blue) = 104+115+11=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #68730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68730B is #978CF4. Grayscale: #646464. Windows color (decimal): -9932021 or 750440. OLE color: 750440.

HSL color Cylindrical-coordinate representation of color #68730B: hue angle of 66.35º degrees, saturation: 0.83, 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 #68730B is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB10411511-
CMYK0.1000.900.55
HSL66.35º82.54%24.71%-
HSV(B)66.35º90.43%45.1%-
XYZ11.915.232.63-
YUV99.8677.86130.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 4.78%
R=45.22%
G=50%
B=4.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115110.1000.900.5566.3582.5424.71
Hex6873BA05A37425319
Octal150163131201326710212331
Binary1101000111001110111010010110101101111000010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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