#68630B

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

Shades of Fiji Green #68630B

Tints of Fiji Green #68630B

Color information

#68630B (or 0x68630B) is unknown color: approx Fiji Green. HEX triplet: 68, 63 and 0B. RGB value is (104,99,11). Sum of RGB (Red+Green+Blue) = 104+99+11=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68630B is #979CF4. Grayscale: #5A5A5A. Windows color (decimal): -9936117 or 746344. OLE color: 746344.

HSL color Cylindrical-coordinate representation of color #68630B: hue angle of 56.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68630B is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1049911-
CMYK00.050.890.59
HSL56.77º80.87%22.55%-
HSV(B)56.77º89.42%40.78%-
XYZ10.2311.892.07-
YUV90.4683.16137.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=48.60%
G=46.26%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104991100.050.890.5956.7780.8722.55
Hex6863B05593B395117
Octal1501431305131737112127
Binary11010001100011101101011011001111011111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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