#63800B

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

Shades of Fiji Green #63800B

Tints of Fiji Green #63800B

Color information

#63800B (or 0x63800B) is unknown color: approx Fiji Green. HEX triplet: 63, 80 and 0B. RGB value is (99,128,11). Sum of RGB (Red+Green+Blue) = 99+128+11=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #63800B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63800B is #9C7FF4. Grayscale: #6A6A6A. Windows color (decimal): -10256373 or 753763. OLE color: 753763.

HSL color Cylindrical-coordinate representation of color #63800B: hue angle of 74.87º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63800B is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB9912811-
CMYK0.2300.910.50
HSL74.87º84.17%27.25%-
HSV(B)74.87º91.41%50.2%-
XYZ12.9318.123.13-
YUV105.9974.39123.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.60%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 11 (4.69% from 255) = 4.62%
R=41.60%
G=53.78%
B=4.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99128110.2300.910.5074.8784.1727.25
Hex6380B1705B324b541b
Octal143200132701336211312433
Binary110001110000000101110111010110111100101001011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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