#63680C

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

Shades of Fiji Green #63680C

Tints of Fiji Green #63680C

Color information

#63680C (or 0x63680C) is unknown color: approx Fiji Green. HEX triplet: 63, 68 and 0C. RGB value is (99,104,12). Sum of RGB (Red+Green+Blue) = 99+104+12=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #63680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63680C is #9C97F3. Grayscale: #5C5C5C. Windows color (decimal): -10262516 or 813155. OLE color: 813155.

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

Color convert

RGB9910412-
CMYK0.0500.880.59
HSL63.26º79.31%22.75%-
HSV(B)63.26º88.46%40.78%-
XYZ10.1612.582.24-
YUV92.0282.84132.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 104 (41.02% from 255) = 48.37%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=46.05%
G=48.37%
B=5.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99104120.0500.880.5963.2679.3122.75
Hex6368C50583B3f4f17
Octal1431501450130737711727
Binary11000111101000110010101011000111011111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63680C; }

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

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

<style>
 a { background-color: #63680C; }

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

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

<style>
 span { border-color: #63680C; }

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

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