#63750A

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

Shades of Fiji Green #63750A

Tints of Fiji Green #63750A

Color information

#63750A (or 0x63750A) is unknown color: approx Fiji Green. HEX triplet: 63, 75 and 0A. RGB value is (99,117,10). Sum of RGB (Red+Green+Blue) = 99+117+10=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #63750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63750A is #9C8AF5. Grayscale: #636363. Windows color (decimal): -10259190 or 685411. OLE color: 685411.

HSL color Cylindrical-coordinate representation of color #63750A: hue angle of 70.09º degrees, saturation: 0.84, 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 #63750A is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB9911710-
CMYK0.1500.910.54
HSL70.09º84.25%24.9%-
HSV(B)70.09º91.45%45.88%-
XYZ11.5615.42.65-
YUV99.4277.54127.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=43.81%
G=51.77%
B=4.42%

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
Decimal99117100.1500.910.5470.0984.2524.9
Hex6375AF05B36465419
Octal143165121701336610612431
Binary1100011111010110101111010110111101101000110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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