#63780E

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

Shades of Fiji Green #63780E

Tints of Fiji Green #63780E

Color information

#63780E (or 0x63780E) is unknown color: approx Fiji Green. HEX triplet: 63, 78 and 0E. RGB value is (99,120,14). Sum of RGB (Red+Green+Blue) = 99+120+14=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #63780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63780E is #9C87F1. Grayscale: #666666. Windows color (decimal): -10258418 or 948323. OLE color: 948323.

HSL color Cylindrical-coordinate representation of color #63780E: hue angle of 71.89º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63780E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB9912014-
CMYK0.1700.880.53
HSL71.89º79.1%26.27%-
HSV(B)71.89º88.33%47.06%-
XYZ11.9416.122.9-
YUV101.6478.54126.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 14 (5.86% from 255) = 6.01%
R=42.49%
G=51.50%
B=6.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99120140.1700.880.5371.8979.126.27
Hex6378E1105835484f1a
Octal143170162101306511011732
Binary11000111111000111010001010110001101011001000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63780E; }

 p { color: rgb(99,120,14); }

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

<style>
 a { background-color: #63780E; }

 a { background-color: rgb(99,120,14); }

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

<style>
 span { border-color: #63780E; }

 span { border-color: rgb(99,120,14); }

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