#63750B

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

Shades of Fiji Green #63750B

Tints of Fiji Green #63750B

Color information

#63750B (or 0x63750B) is unknown color: approx Fiji Green. HEX triplet: 63, 75 and 0B. RGB value is (99,117,11). Sum of RGB (Red+Green+Blue) = 99+117+11=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #63750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63750B is #9C8AF4. Grayscale: #636363. Windows color (decimal): -10259189 or 750947. OLE color: 750947.

HSL color Cylindrical-coordinate representation of color #63750B: hue angle of 70.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63750B is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB9911711-
CMYK0.1500.910.54
HSL70.19º82.81%25.1%-
HSV(B)70.19º90.6%45.88%-
XYZ11.5715.42.68-
YUV99.5378.04127.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=43.61%
G=51.54%
B=4.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99117110.1500.910.5470.1982.8125.1
Hex6375BF05B36465319
Octal143165131701336610612331
Binary1100011111010110111111010110111101101000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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