#637C12

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

Shades of Fiji Green #637C12

Tints of Fiji Green #637C12

Color information

#637C12 (or 0x637C12) is unknown color: approx Fiji Green. HEX triplet: 63, 7C and 12. RGB value is (99,124,18). Sum of RGB (Red+Green+Blue) = 99+124+18=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #637C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637C12 is #9C83ED. Grayscale: #686868. Windows color (decimal): -10257390 or 1211491. OLE color: 1211491.

HSL color Cylindrical-coordinate representation of color #637C12: hue angle of 74.15º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #637C12 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB9912418-
CMYK0.2000.850.51
HSL74.15º74.65%27.84%-
HSV(B)74.15º85.48%48.63%-
XYZ12.4617.113.22-
YUV104.4479.22124.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 124 (48.83% from 255) = 51.45%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=41.08%
G=51.45%
B=7.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99124180.2000.850.5174.1574.6527.84
Hex637C1214055334a4b1c
Octal143174222401256311211334
Binary110001111111001001010100010101011100111001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637C12; }

 p { color: rgb(99,124,18); }

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

<style>
 a { background-color: #637C12; }

 a { background-color: rgb(99,124,18); }

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

<style>
 span { border-color: #637C12; }

 span { border-color: rgb(99,124,18); }

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