#63660F

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

Shades of Fiji Green #63660F

Tints of Fiji Green #63660F

Color information

#63660F (or 0x63660F) is unknown color: approx Fiji Green. HEX triplet: 63, 66 and 0F. RGB value is (99,102,15). Sum of RGB (Red+Green+Blue) = 99+102+15=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #63660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63660F is #9C99F0. Grayscale: #5B5B5B. Windows color (decimal): -10263025 or 1009251. OLE color: 1009251.

HSL color Cylindrical-coordinate representation of color #63660F: hue angle of 62.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63660F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB9910215-
CMYK0.0300.850.6
HSL62.07º74.36%22.94%-
HSV(B)62.07º85.29%40%-
XYZ9.9812.192.28-
YUV91.1885.01133.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=45.83%
G=47.22%
B=6.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99102150.0300.850.662.0774.3622.94
Hex6366F30553C3e4a17
Octal1431461730125747611227
Binary1100011110011011111101010101111100111110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63660F; }

 p { color: rgb(99,102,15); }

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

<style>
 a { background-color: #63660F; }

 a { background-color: rgb(99,102,15); }

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

<style>
 span { border-color: #63660F; }

 span { border-color: rgb(99,102,15); }

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