#63650C

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

Shades of Fiji Green #63650C

Tints of Fiji Green #63650C

Color information

#63650C (or 0x63650C) is unknown color: approx Fiji Green. HEX triplet: 63, 65 and 0C. RGB value is (99,101,12). Sum of RGB (Red+Green+Blue) = 99+101+12=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #63650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63650C is #9C9AF3. Grayscale: #5A5A5A. Windows color (decimal): -10263284 or 812387. OLE color: 812387.

HSL color Cylindrical-coordinate representation of color #63650C: hue angle of 61.35º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63650C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB9910112-
CMYK0.0200.880.60
HSL61.35º78.76%22.16%-
HSV(B)61.35º88.12%39.61%-
XYZ9.8711.992.14-
YUV90.2683.84134.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 101 (39.84% from 255) = 47.64%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=46.70%
G=47.64%
B=5.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99101120.0200.880.6061.3578.7622.16
Hex6365C20583C3d4f16
Octal1431451420130747511726
Binary1100011110010111001001011000111100111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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